Uses of Class
com.amazonaws.services.identitymanagement.model.GetGroupRequest
-
Packages that use GetGroupRequest Package Description com.amazonaws.services.identitymanagement com.amazonaws.services.identitymanagement.model -
-
Uses of GetGroupRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type GetGroupRequest Modifier and Type Method Description GetGroupResult
AbstractAmazonIdentityManagement. getGroup(GetGroupRequest request)
GetGroupResult
AmazonIdentityManagement. getGroup(GetGroupRequest getGroupRequest)
Returns a list of IAM users that are in the specified IAM group.GetGroupResult
AmazonIdentityManagementClient. getGroup(GetGroupRequest getGroupRequest)
Returns a list of IAM users that are in the specified IAM group.Future<GetGroupResult>
AbstractAmazonIdentityManagementAsync. getGroupAsync(GetGroupRequest request)
Future<GetGroupResult>
AbstractAmazonIdentityManagementAsync. getGroupAsync(GetGroupRequest request, AsyncHandler<GetGroupRequest,GetGroupResult> asyncHandler)
Future<GetGroupResult>
AmazonIdentityManagementAsync. getGroupAsync(GetGroupRequest getGroupRequest)
Returns a list of IAM users that are in the specified IAM group.Future<GetGroupResult>
AmazonIdentityManagementAsync. getGroupAsync(GetGroupRequest getGroupRequest, AsyncHandler<GetGroupRequest,GetGroupResult> asyncHandler)
Returns a list of IAM users that are in the specified IAM group.Future<GetGroupResult>
AmazonIdentityManagementAsyncClient. getGroupAsync(GetGroupRequest request)
Future<GetGroupResult>
AmazonIdentityManagementAsyncClient. getGroupAsync(GetGroupRequest request, AsyncHandler<GetGroupRequest,GetGroupResult> asyncHandler)
Method parameters in com.amazonaws.services.identitymanagement with type arguments of type GetGroupRequest Modifier and Type Method Description Future<GetGroupResult>
AbstractAmazonIdentityManagementAsync. getGroupAsync(GetGroupRequest request, AsyncHandler<GetGroupRequest,GetGroupResult> asyncHandler)
Future<GetGroupResult>
AmazonIdentityManagementAsync. getGroupAsync(GetGroupRequest getGroupRequest, AsyncHandler<GetGroupRequest,GetGroupResult> asyncHandler)
Returns a list of IAM users that are in the specified IAM group.Future<GetGroupResult>
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 GetGroupRequest Modifier and Type Method Description GetGroupRequest
GetGroupRequest. clone()
GetGroupRequest
GetGroupRequest. withGroupName(String groupName)
The name of the group.GetGroupRequest
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
GetGroupRequest. withMaxItems(Integer maxItems)
Use this only when paginating results to indicate the maximum number of items you want in the response.
-