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