Uses of Class
com.amazonaws.services.identitymanagement.model.ListGroupsForUserRequest
Packages that use ListGroupsForUserRequest
Package
Description
-
Uses of ListGroupsForUserRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type ListGroupsForUserRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.listGroupsForUser(ListGroupsForUserRequest request) AmazonIdentityManagement.listGroupsForUser(ListGroupsForUserRequest listGroupsForUserRequest) Lists the IAM groups that the specified IAM user belongs to.AmazonIdentityManagementClient.listGroupsForUser(ListGroupsForUserRequest listGroupsForUserRequest) Lists the IAM groups that the specified IAM user belongs to.AbstractAmazonIdentityManagementAsync.listGroupsForUserAsync(ListGroupsForUserRequest request) AbstractAmazonIdentityManagementAsync.listGroupsForUserAsync(ListGroupsForUserRequest request, AsyncHandler<ListGroupsForUserRequest, ListGroupsForUserResult> asyncHandler) AmazonIdentityManagementAsync.listGroupsForUserAsync(ListGroupsForUserRequest listGroupsForUserRequest) Lists the IAM groups that the specified IAM user belongs to.AmazonIdentityManagementAsync.listGroupsForUserAsync(ListGroupsForUserRequest listGroupsForUserRequest, AsyncHandler<ListGroupsForUserRequest, ListGroupsForUserResult> asyncHandler) Lists the IAM groups that the specified IAM user belongs to.AmazonIdentityManagementAsyncClient.listGroupsForUserAsync(ListGroupsForUserRequest request) AmazonIdentityManagementAsyncClient.listGroupsForUserAsync(ListGroupsForUserRequest request, AsyncHandler<ListGroupsForUserRequest, ListGroupsForUserResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type ListGroupsForUserRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.listGroupsForUserAsync(ListGroupsForUserRequest request, AsyncHandler<ListGroupsForUserRequest, ListGroupsForUserResult> asyncHandler) AmazonIdentityManagementAsync.listGroupsForUserAsync(ListGroupsForUserRequest listGroupsForUserRequest, AsyncHandler<ListGroupsForUserRequest, ListGroupsForUserResult> asyncHandler) Lists the IAM groups that the specified IAM user belongs to.AmazonIdentityManagementAsyncClient.listGroupsForUserAsync(ListGroupsForUserRequest request, AsyncHandler<ListGroupsForUserRequest, ListGroupsForUserResult> asyncHandler) -
Uses of ListGroupsForUserRequest in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return ListGroupsForUserRequestModifier and TypeMethodDescriptionListGroupsForUserRequest.clone()ListGroupsForUserRequest.withMarker(String marker) Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated.ListGroupsForUserRequest.withMaxItems(Integer maxItems) Use this only when paginating results to indicate the maximum number of items you want in the response.ListGroupsForUserRequest.withUserName(String userName) The name of the user to list groups for.