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 |
---|---|
ListRolePoliciesResult |
AmazonIdentityManagementClient.listRolePolicies(ListRolePoliciesRequest listRolePoliciesRequest)
Lists the names of the policies associated with the specified role.
|
ListRolePoliciesResult |
AmazonIdentityManagement.listRolePolicies(ListRolePoliciesRequest listRolePoliciesRequest)
Lists the names of the policies associated with the specified role.
|
Future<ListRolePoliciesResult> |
AmazonIdentityManagementAsync.listRolePoliciesAsync(ListRolePoliciesRequest listRolePoliciesRequest)
Lists the names of the policies associated with the specified role.
|
Future<ListRolePoliciesResult> |
AmazonIdentityManagementAsyncClient.listRolePoliciesAsync(ListRolePoliciesRequest listRolePoliciesRequest)
Lists the names of the policies associated with the specified role.
|
Future<ListRolePoliciesResult> |
AmazonIdentityManagementAsync.listRolePoliciesAsync(ListRolePoliciesRequest listRolePoliciesRequest,
AsyncHandler<ListRolePoliciesRequest,ListRolePoliciesResult> asyncHandler)
Lists the names of the policies associated with the specified role.
|
Future<ListRolePoliciesResult> |
AmazonIdentityManagementAsyncClient.listRolePoliciesAsync(ListRolePoliciesRequest listRolePoliciesRequest,
AsyncHandler<ListRolePoliciesRequest,ListRolePoliciesResult> asyncHandler)
Lists the names of the policies associated with the specified role.
|
Modifier and Type | Method and Description |
---|---|
Future<ListRolePoliciesResult> |
AmazonIdentityManagementAsync.listRolePoliciesAsync(ListRolePoliciesRequest listRolePoliciesRequest,
AsyncHandler<ListRolePoliciesRequest,ListRolePoliciesResult> asyncHandler)
Lists the names of the policies associated with the specified role.
|
Future<ListRolePoliciesResult> |
AmazonIdentityManagementAsyncClient.listRolePoliciesAsync(ListRolePoliciesRequest listRolePoliciesRequest,
AsyncHandler<ListRolePoliciesRequest,ListRolePoliciesResult> asyncHandler)
Lists the names of the policies associated with the specified role.
|
Modifier and Type | Method and Description |
---|---|
ListRolePoliciesRequest |
ListRolePoliciesRequest.withMarker(String marker)
Use this parameter only when paginating results, and only in a
subsequent request after you've received a response where the results
are truncated.
|
ListRolePoliciesRequest |
ListRolePoliciesRequest.withMaxItems(Integer maxItems)
Use this parameter only when paginating results to indicate the
maximum number of user names you want in the response.
|
ListRolePoliciesRequest |
ListRolePoliciesRequest.withRoleName(String roleName)
The name of the role to list policies for.
|
Copyright © 2014. All rights reserved.