|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListGroupsForUserRequest | |
---|---|
com.amazonaws.services.identitymanagement | Synchronous and asynchronous client classes for accessing AmazonIdentityManagement. |
com.amazonaws.services.identitymanagement.model | Classes modeling the various types represented by AmazonIdentityManagement. |
Uses of ListGroupsForUserRequest in com.amazonaws.services.identitymanagement |
---|
Methods in com.amazonaws.services.identitymanagement with parameters of type ListGroupsForUserRequest | |
---|---|
ListGroupsForUserResult |
AmazonIdentityManagementClient.listGroupsForUser(ListGroupsForUserRequest listGroupsForUserRequest)
Lists the groups the specified user belongs to. |
ListGroupsForUserResult |
AmazonIdentityManagement.listGroupsForUser(ListGroupsForUserRequest listGroupsForUserRequest)
Lists the groups the specified user belongs to. |
Future<ListGroupsForUserResult> |
AmazonIdentityManagementAsyncClient.listGroupsForUserAsync(ListGroupsForUserRequest listGroupsForUserRequest)
Lists the groups the specified user belongs to. |
Future<ListGroupsForUserResult> |
AmazonIdentityManagementAsync.listGroupsForUserAsync(ListGroupsForUserRequest listGroupsForUserRequest)
Lists the groups the specified user belongs to. |
Future<ListGroupsForUserResult> |
AmazonIdentityManagementAsyncClient.listGroupsForUserAsync(ListGroupsForUserRequest listGroupsForUserRequest,
AsyncHandler<ListGroupsForUserRequest,ListGroupsForUserResult> asyncHandler)
Lists the groups the specified user belongs to. |
Future<ListGroupsForUserResult> |
AmazonIdentityManagementAsync.listGroupsForUserAsync(ListGroupsForUserRequest listGroupsForUserRequest,
AsyncHandler<ListGroupsForUserRequest,ListGroupsForUserResult> asyncHandler)
Lists the groups the specified user belongs to. |
Method parameters in com.amazonaws.services.identitymanagement with type arguments of type ListGroupsForUserRequest | |
---|---|
Future<ListGroupsForUserResult> |
AmazonIdentityManagementAsyncClient.listGroupsForUserAsync(ListGroupsForUserRequest listGroupsForUserRequest,
AsyncHandler<ListGroupsForUserRequest,ListGroupsForUserResult> asyncHandler)
Lists the groups the specified user belongs to. |
Future<ListGroupsForUserResult> |
AmazonIdentityManagementAsync.listGroupsForUserAsync(ListGroupsForUserRequest listGroupsForUserRequest,
AsyncHandler<ListGroupsForUserRequest,ListGroupsForUserResult> asyncHandler)
Lists the groups the specified user belongs to. |
Uses of ListGroupsForUserRequest in com.amazonaws.services.identitymanagement.model |
---|
Methods in com.amazonaws.services.identitymanagement.model that return ListGroupsForUserRequest | |
---|---|
ListGroupsForUserRequest |
ListGroupsForUserRequest.withMarker(String marker)
Use this only when paginating results, and only in a subsequent request after you've received a response where the results are truncated. |
ListGroupsForUserRequest |
ListGroupsForUserRequest.withMaxItems(Integer maxItems)
Use this only when paginating results to indicate the maximum number of groups you want in the response. |
ListGroupsForUserRequest |
ListGroupsForUserRequest.withUserName(String userName)
The name of the user to list groups for. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |