Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ListUserPoliciesResult |
AmazonIdentityManagementClient.listUserPolicies(ListUserPoliciesRequest listUserPoliciesRequest)
Lists the names of the policies associated with the specified user.
|
ListUserPoliciesResult |
AmazonIdentityManagement.listUserPolicies(ListUserPoliciesRequest listUserPoliciesRequest)
Lists the names of the policies associated with the specified user.
|
Future<ListUserPoliciesResult> |
AmazonIdentityManagementAsync.listUserPoliciesAsync(ListUserPoliciesRequest listUserPoliciesRequest)
Lists the names of the policies associated with the specified user.
|
Future<ListUserPoliciesResult> |
AmazonIdentityManagementAsyncClient.listUserPoliciesAsync(ListUserPoliciesRequest listUserPoliciesRequest)
Lists the names of the policies associated with the specified user.
|
Future<ListUserPoliciesResult> |
AmazonIdentityManagementAsync.listUserPoliciesAsync(ListUserPoliciesRequest listUserPoliciesRequest,
AsyncHandler<ListUserPoliciesRequest,ListUserPoliciesResult> asyncHandler)
Lists the names of the policies associated with the specified user.
|
Future<ListUserPoliciesResult> |
AmazonIdentityManagementAsyncClient.listUserPoliciesAsync(ListUserPoliciesRequest listUserPoliciesRequest,
AsyncHandler<ListUserPoliciesRequest,ListUserPoliciesResult> asyncHandler)
Lists the names of the policies associated with the specified user.
|
Modifier and Type | Method and Description |
---|---|
Future<ListUserPoliciesResult> |
AmazonIdentityManagementAsync.listUserPoliciesAsync(ListUserPoliciesRequest listUserPoliciesRequest,
AsyncHandler<ListUserPoliciesRequest,ListUserPoliciesResult> asyncHandler)
Lists the names of the policies associated with the specified user.
|
Future<ListUserPoliciesResult> |
AmazonIdentityManagementAsyncClient.listUserPoliciesAsync(ListUserPoliciesRequest listUserPoliciesRequest,
AsyncHandler<ListUserPoliciesRequest,ListUserPoliciesResult> asyncHandler)
Lists the names of the policies associated with the specified user.
|
Modifier and Type | Method and Description |
---|---|
ListUserPoliciesRequest |
ListUserPoliciesRequest.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.
|
ListUserPoliciesRequest |
ListUserPoliciesRequest.withMaxItems(Integer maxItems)
Use this only when paginating results to indicate the maximum number
of policy names you want in the response.
|
ListUserPoliciesRequest |
ListUserPoliciesRequest.withUserName(String userName)
The name of the user to list policies for.
|
Copyright © 2014. All rights reserved.