Uses of Class
com.amazonaws.services.identitymanagement.model.ListGroupsForUserResult
-
Packages that use ListGroupsForUserResult Package Description com.amazonaws.services.identitymanagement com.amazonaws.services.identitymanagement.model -
-
Uses of ListGroupsForUserResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return ListGroupsForUserResult Modifier and Type Method Description ListGroupsForUserResult
AbstractAmazonIdentityManagement. listGroupsForUser(ListGroupsForUserRequest request)
ListGroupsForUserResult
AmazonIdentityManagement. listGroupsForUser(ListGroupsForUserRequest listGroupsForUserRequest)
Lists the IAM groups that the specified IAM user belongs to.ListGroupsForUserResult
AmazonIdentityManagementClient. listGroupsForUser(ListGroupsForUserRequest listGroupsForUserRequest)
Lists the IAM groups that the specified IAM user belongs to.Method parameters in com.amazonaws.services.identitymanagement with type arguments of type ListGroupsForUserResult 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 ListGroupsForUserResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return ListGroupsForUserResult Modifier and Type Method Description ListGroupsForUserResult
ListGroupsForUserResult. clone()
ListGroupsForUserResult
ListGroupsForUserResult. withGroups(Group... groups)
A list of groups.ListGroupsForUserResult
ListGroupsForUserResult. withGroups(Collection<Group> groups)
A list of groups.ListGroupsForUserResult
ListGroupsForUserResult. withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to return.ListGroupsForUserResult
ListGroupsForUserResult. withMarker(String marker)
WhenIsTruncated
istrue
, this element is present and contains the value to use for theMarker
parameter in a subsequent pagination request.
-