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.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
ListRolePoliciesResult |
ListRolePoliciesResult.withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more policy names to list.
|
ListRolePoliciesResult |
ListRolePoliciesResult.withMarker(String marker)
If
IsTruncated is true , this element is
present and contains the value to use for the Marker
parameter in a subsequent pagination request. |
ListRolePoliciesResult |
ListRolePoliciesResult.withPolicyNames(Collection<String> policyNames)
A list of policy names.
|
ListRolePoliciesResult |
ListRolePoliciesResult.withPolicyNames(String... policyNames)
A list of policy names.
|
Copyright © 2014. All rights reserved.