| 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 inline policies that are embedded in the
specified role.
|
ListRolePoliciesResult |
AmazonIdentityManagement.listRolePolicies(ListRolePoliciesRequest listRolePoliciesRequest)
Lists the names of the inline policies that are embedded in the
specified role.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListRolePoliciesResult> |
AmazonIdentityManagementAsync.listRolePoliciesAsync(ListRolePoliciesRequest listRolePoliciesRequest)
Lists the names of the inline policies that are embedded in the
specified role.
|
Future<ListRolePoliciesResult> |
AmazonIdentityManagementAsyncClient.listRolePoliciesAsync(ListRolePoliciesRequest listRolePoliciesRequest)
Lists the names of the inline policies that are embedded in the
specified role.
|
Future<ListRolePoliciesResult> |
AmazonIdentityManagementAsync.listRolePoliciesAsync(ListRolePoliciesRequest listRolePoliciesRequest,
AsyncHandler<ListRolePoliciesRequest,ListRolePoliciesResult> asyncHandler)
Lists the names of the inline policies that are embedded in the
specified role.
|
Future<ListRolePoliciesResult> |
AmazonIdentityManagementAsyncClient.listRolePoliciesAsync(ListRolePoliciesRequest listRolePoliciesRequest,
AsyncHandler<ListRolePoliciesRequest,ListRolePoliciesResult> asyncHandler)
Lists the names of the inline policies that are embedded in the
specified role.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListRolePoliciesResult> |
AmazonIdentityManagementAsync.listRolePoliciesAsync(ListRolePoliciesRequest listRolePoliciesRequest,
AsyncHandler<ListRolePoliciesRequest,ListRolePoliciesResult> asyncHandler)
Lists the names of the inline policies that are embedded in the
specified role.
|
Future<ListRolePoliciesResult> |
AmazonIdentityManagementAsyncClient.listRolePoliciesAsync(ListRolePoliciesRequest listRolePoliciesRequest,
AsyncHandler<ListRolePoliciesRequest,ListRolePoliciesResult> asyncHandler)
Lists the names of the inline policies that are embedded in the
specified role.
|
| Modifier and Type | Method and Description |
|---|---|
ListRolePoliciesResult |
ListRolePoliciesResult.clone() |
ListRolePoliciesResult |
ListRolePoliciesResult.withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to return.
|
ListRolePoliciesResult |
ListRolePoliciesResult.withMarker(String marker)
When
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 © 2015. All rights reserved.