| 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 |
|---|---|
ListPoliciesResult |
AmazonIdentityManagementClient.listPolicies()
Lists all the managed policies that are available to your account,
including your own customer managed policies and all AWS managed
policies.
|
ListPoliciesResult |
AmazonIdentityManagement.listPolicies()
Lists all the managed policies that are available to your account,
including your own customer managed policies and all AWS managed
policies.
|
ListPoliciesResult |
AmazonIdentityManagementClient.listPolicies(ListPoliciesRequest listPoliciesRequest)
Lists all the managed policies that are available to your account,
including your own customer managed policies and all AWS managed
policies.
|
ListPoliciesResult |
AmazonIdentityManagement.listPolicies(ListPoliciesRequest listPoliciesRequest)
Lists all the managed policies that are available to your account,
including your own customer managed policies and all AWS managed
policies.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListPoliciesResult> |
AmazonIdentityManagementAsync.listPoliciesAsync(ListPoliciesRequest listPoliciesRequest)
Lists all the managed policies that are available to your account,
including your own customer managed policies and all AWS managed
policies.
|
Future<ListPoliciesResult> |
AmazonIdentityManagementAsyncClient.listPoliciesAsync(ListPoliciesRequest listPoliciesRequest)
Lists all the managed policies that are available to your account,
including your own customer managed policies and all AWS managed
policies.
|
Future<ListPoliciesResult> |
AmazonIdentityManagementAsync.listPoliciesAsync(ListPoliciesRequest listPoliciesRequest,
AsyncHandler<ListPoliciesRequest,ListPoliciesResult> asyncHandler)
Lists all the managed policies that are available to your account,
including your own customer managed policies and all AWS managed
policies.
|
Future<ListPoliciesResult> |
AmazonIdentityManagementAsyncClient.listPoliciesAsync(ListPoliciesRequest listPoliciesRequest,
AsyncHandler<ListPoliciesRequest,ListPoliciesResult> asyncHandler)
Lists all the managed policies that are available to your account,
including your own customer managed policies and all AWS managed
policies.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListPoliciesResult> |
AmazonIdentityManagementAsync.listPoliciesAsync(ListPoliciesRequest listPoliciesRequest,
AsyncHandler<ListPoliciesRequest,ListPoliciesResult> asyncHandler)
Lists all the managed policies that are available to your account,
including your own customer managed policies and all AWS managed
policies.
|
Future<ListPoliciesResult> |
AmazonIdentityManagementAsyncClient.listPoliciesAsync(ListPoliciesRequest listPoliciesRequest,
AsyncHandler<ListPoliciesRequest,ListPoliciesResult> asyncHandler)
Lists all the managed policies that are available to your account,
including your own customer managed policies and all AWS managed
policies.
|
| Modifier and Type | Method and Description |
|---|---|
ListPoliciesResult |
ListPoliciesResult.clone() |
ListPoliciesResult |
ListPoliciesResult.withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to return.
|
ListPoliciesResult |
ListPoliciesResult.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. |
ListPoliciesResult |
ListPoliciesResult.withPolicies(Collection<Policy> policies)
A list of policies.
|
ListPoliciesResult |
ListPoliciesResult.withPolicies(Policy... policies)
A list of policies.
|
Copyright © 2015. All rights reserved.