Uses of Class
com.amazonaws.services.identitymanagement.model.GetGroupRequest
Packages that use GetGroupRequest
Package
Description
-
Uses of GetGroupRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type GetGroupRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.getGroup
(GetGroupRequest request) AmazonIdentityManagement.getGroup
(GetGroupRequest getGroupRequest) Returns a list of IAM users that are in the specified IAM group.AmazonIdentityManagementClient.getGroup
(GetGroupRequest getGroupRequest) Returns a list of IAM users that are in the specified IAM group.AbstractAmazonIdentityManagementAsync.getGroupAsync
(GetGroupRequest request) AbstractAmazonIdentityManagementAsync.getGroupAsync
(GetGroupRequest request, AsyncHandler<GetGroupRequest, GetGroupResult> asyncHandler) AmazonIdentityManagementAsync.getGroupAsync
(GetGroupRequest getGroupRequest) Returns a list of IAM users that are in the specified IAM group.AmazonIdentityManagementAsync.getGroupAsync
(GetGroupRequest getGroupRequest, AsyncHandler<GetGroupRequest, GetGroupResult> asyncHandler) Returns a list of IAM users that are in the specified IAM group.AmazonIdentityManagementAsyncClient.getGroupAsync
(GetGroupRequest request) AmazonIdentityManagementAsyncClient.getGroupAsync
(GetGroupRequest request, AsyncHandler<GetGroupRequest, GetGroupResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type GetGroupRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.getGroupAsync
(GetGroupRequest request, AsyncHandler<GetGroupRequest, GetGroupResult> asyncHandler) AmazonIdentityManagementAsync.getGroupAsync
(GetGroupRequest getGroupRequest, AsyncHandler<GetGroupRequest, GetGroupResult> asyncHandler) Returns a list of IAM users that are in the specified IAM group.AmazonIdentityManagementAsyncClient.getGroupAsync
(GetGroupRequest request, AsyncHandler<GetGroupRequest, GetGroupResult> asyncHandler) -
Uses of GetGroupRequest in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return GetGroupRequestModifier and TypeMethodDescriptionGetGroupRequest.clone()
GetGroupRequest.withGroupName
(String groupName) The name of the group.GetGroupRequest.withMarker
(String marker) Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated.GetGroupRequest.withMaxItems
(Integer maxItems) Use this only when paginating results to indicate the maximum number of items you want in the response.