Package | Description |
---|---|
com.amazonaws.services.identitymanagement | |
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and Description |
---|---|
ListPoliciesResult |
AmazonIdentityManagementClient.listPolicies(ListPoliciesRequest listPoliciesRequest)
Lists all the managed policies that are available in your AWS account,
including your own customer-defined managed policies and all AWS managed
policies.
|
ListPoliciesResult |
AbstractAmazonIdentityManagement.listPolicies(ListPoliciesRequest request) |
ListPoliciesResult |
AmazonIdentityManagement.listPolicies(ListPoliciesRequest listPoliciesRequest)
Lists all the managed policies that are available in your AWS account,
including your own customer-defined managed policies and all AWS managed
policies.
|
Future<ListPoliciesResult> |
AbstractAmazonIdentityManagementAsync.listPoliciesAsync(ListPoliciesRequest request) |
Future<ListPoliciesResult> |
AmazonIdentityManagementAsync.listPoliciesAsync(ListPoliciesRequest listPoliciesRequest)
Lists all the managed policies that are available in your AWS account,
including your own customer-defined managed policies and all AWS managed
policies.
|
Future<ListPoliciesResult> |
AmazonIdentityManagementAsyncClient.listPoliciesAsync(ListPoliciesRequest request) |
Future<ListPoliciesResult> |
AbstractAmazonIdentityManagementAsync.listPoliciesAsync(ListPoliciesRequest request,
AsyncHandler<ListPoliciesRequest,ListPoliciesResult> asyncHandler) |
Future<ListPoliciesResult> |
AmazonIdentityManagementAsync.listPoliciesAsync(ListPoliciesRequest listPoliciesRequest,
AsyncHandler<ListPoliciesRequest,ListPoliciesResult> asyncHandler)
Lists all the managed policies that are available in your AWS account,
including your own customer-defined managed policies and all AWS managed
policies.
|
Future<ListPoliciesResult> |
AmazonIdentityManagementAsyncClient.listPoliciesAsync(ListPoliciesRequest request,
AsyncHandler<ListPoliciesRequest,ListPoliciesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<ListPoliciesResult> |
AbstractAmazonIdentityManagementAsync.listPoliciesAsync(AsyncHandler<ListPoliciesRequest,ListPoliciesResult> asyncHandler)
Simplified method form for invoking the ListPolicies operation with an
AsyncHandler.
|
Future<ListPoliciesResult> |
AmazonIdentityManagementAsync.listPoliciesAsync(AsyncHandler<ListPoliciesRequest,ListPoliciesResult> asyncHandler)
Simplified method form for invoking the ListPolicies operation with an
AsyncHandler.
|
Future<ListPoliciesResult> |
AmazonIdentityManagementAsyncClient.listPoliciesAsync(AsyncHandler<ListPoliciesRequest,ListPoliciesResult> asyncHandler)
Simplified method form for invoking the ListPolicies operation with an
AsyncHandler.
|
Future<ListPoliciesResult> |
AbstractAmazonIdentityManagementAsync.listPoliciesAsync(ListPoliciesRequest request,
AsyncHandler<ListPoliciesRequest,ListPoliciesResult> asyncHandler) |
Future<ListPoliciesResult> |
AmazonIdentityManagementAsync.listPoliciesAsync(ListPoliciesRequest listPoliciesRequest,
AsyncHandler<ListPoliciesRequest,ListPoliciesResult> asyncHandler)
Lists all the managed policies that are available in your AWS account,
including your own customer-defined managed policies and all AWS managed
policies.
|
Future<ListPoliciesResult> |
AmazonIdentityManagementAsyncClient.listPoliciesAsync(ListPoliciesRequest request,
AsyncHandler<ListPoliciesRequest,ListPoliciesResult> asyncHandler) |
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 © 2018. All rights reserved.