Uses of Class
com.amazonaws.services.identitymanagement.model.ListGroupsForUserResult
Packages that use ListGroupsForUserResult
Package
Description
-
Uses of ListGroupsForUserResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return ListGroupsForUserResultModifier 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.Methods in com.amazonaws.services.identitymanagement that return types with arguments of type ListGroupsForUserResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.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 ListGroupsForUserResultModifier 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 ListGroupsForUserResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return ListGroupsForUserResultModifier and TypeMethodDescriptionListGroupsForUserResult.clone()
ListGroupsForUserResult.withGroups
(Group... groups) A list of groups.ListGroupsForUserResult.withGroups
(Collection<Group> groups) A list of groups.ListGroupsForUserResult.withIsTruncated
(Boolean isTruncated) A flag that indicates whether there are more items to return.ListGroupsForUserResult.withMarker
(String marker) WhenIsTruncated
istrue
, this element is present and contains the value to use for theMarker
parameter in a subsequent pagination request.