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 ListGroupsForUserResultAbstractAmazonIdentityManagement. listGroupsForUser(ListGroupsForUserRequest request)ListGroupsForUserResultAmazonIdentityManagement. listGroupsForUser(ListGroupsForUserRequest listGroupsForUserRequest)Lists the IAM groups that the specified IAM user belongs to.ListGroupsForUserResultAmazonIdentityManagementClient. 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 ListGroupsForUserResultListGroupsForUserResult. clone()ListGroupsForUserResultListGroupsForUserResult. withGroups(Group... groups)A list of groups.ListGroupsForUserResultListGroupsForUserResult. withGroups(Collection<Group> groups)A list of groups.ListGroupsForUserResultListGroupsForUserResult. withIsTruncated(Boolean isTruncated)A flag that indicates whether there are more items to return.ListGroupsForUserResultListGroupsForUserResult. withMarker(String marker)WhenIsTruncatedistrue, this element is present and contains the value to use for theMarkerparameter in a subsequent pagination request.
-