| 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(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.
|
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 |
|---|---|
ListPoliciesRequest |
ListPoliciesRequest.clone() |
ListPoliciesRequest |
ListPoliciesRequest.withMarker(String marker)
Use this parameter only when paginating results and only after you
receive a response indicating that the results are truncated.
|
ListPoliciesRequest |
ListPoliciesRequest.withMaxItems(Integer maxItems)
Use this only when paginating results to indicate the maximum number
of items you want in the response.
|
ListPoliciesRequest |
ListPoliciesRequest.withOnlyAttached(Boolean onlyAttached)
A flag to filter the results to only the attached policies.
|
ListPoliciesRequest |
ListPoliciesRequest.withPathPrefix(String pathPrefix)
The path prefix for filtering the results.
|
ListPoliciesRequest |
ListPoliciesRequest.withScope(PolicyScopeType scope)
The scope to use for filtering the results.
|
ListPoliciesRequest |
ListPoliciesRequest.withScope(String scope)
The scope to use for filtering the results.
|
Copyright © 2015. All rights reserved.