| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory |
|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListPolicyAttachmentsResult> |
AmazonCloudDirectoryAsync.listPolicyAttachmentsAsync(ListPolicyAttachmentsRequest listPolicyAttachmentsRequest,
AsyncHandler<ListPolicyAttachmentsRequest,ListPolicyAttachmentsResult> asyncHandler)
Returns all of the ObjectIdentifiers to which a given policy is attached.
|
Future<ListPolicyAttachmentsResult> |
AbstractAmazonCloudDirectoryAsync.listPolicyAttachmentsAsync(ListPolicyAttachmentsRequest request,
AsyncHandler<ListPolicyAttachmentsRequest,ListPolicyAttachmentsResult> asyncHandler) |
Future<ListPolicyAttachmentsResult> |
AmazonCloudDirectoryAsyncClient.listPolicyAttachmentsAsync(ListPolicyAttachmentsRequest request,
AsyncHandler<ListPolicyAttachmentsRequest,ListPolicyAttachmentsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListPolicyAttachmentsRequest |
ListPolicyAttachmentsRequest.clone() |
ListPolicyAttachmentsRequest |
ListPolicyAttachmentsRequest.withConsistencyLevel(ConsistencyLevel consistencyLevel)
Represents the manner and timing in which the successful write or update of an object is reflected in a
subsequent read operation of that same object.
|
ListPolicyAttachmentsRequest |
ListPolicyAttachmentsRequest.withConsistencyLevel(String consistencyLevel)
Represents the manner and timing in which the successful write or update of an object is reflected in a
subsequent read operation of that same object.
|
ListPolicyAttachmentsRequest |
ListPolicyAttachmentsRequest.withDirectoryArn(String directoryArn)
ARN associated with the Directory where objects reside.
|
ListPolicyAttachmentsRequest |
ListPolicyAttachmentsRequest.withMaxResults(Integer maxResults)
Maximum number of items to be retrieved in a single call.
|
ListPolicyAttachmentsRequest |
ListPolicyAttachmentsRequest.withNextToken(String nextToken)
Token used for pagination.
|
ListPolicyAttachmentsRequest |
ListPolicyAttachmentsRequest.withPolicyReference(ObjectReference policyReference)
Reference that identifies the policy object.
|
Copyright © 2017. All rights reserved.