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 GetGroupResultAbstractAmazonIdentityManagement. getGroup(GetGroupRequest request)GetGroupResultAmazonIdentityManagement. getGroup(GetGroupRequest getGroupRequest)Returns a list of IAM users that are in the specified IAM group.GetGroupResultAmazonIdentityManagementClient. 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 GetGroupRequestGetGroupRequest. clone()GetGroupRequestGetGroupRequest. withGroupName(String groupName)The name of the group.GetGroupRequestGetGroupRequest. withMarker(String marker)Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated.GetGroupRequestGetGroupRequest. withMaxItems(Integer maxItems)Use this only when paginating results to indicate the maximum number of items you want in the response.
-