| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory |
|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListPolicyAttachmentsResult> |
AbstractAmazonCloudDirectoryAsync.listPolicyAttachmentsAsync(ListPolicyAttachmentsRequest request,
AsyncHandler<ListPolicyAttachmentsRequest,ListPolicyAttachmentsResult> asyncHandler) |
Future<ListPolicyAttachmentsResult> |
AmazonCloudDirectoryAsync.listPolicyAttachmentsAsync(ListPolicyAttachmentsRequest listPolicyAttachmentsRequest,
AsyncHandler<ListPolicyAttachmentsRequest,ListPolicyAttachmentsResult> asyncHandler)
Returns all of the
ObjectIdentifiers to which a given policy is attached. |
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)
The Amazon Resource Name (ARN) that is associated with the Directory where objects reside.
|
ListPolicyAttachmentsRequest |
ListPolicyAttachmentsRequest.withMaxResults(Integer maxResults)
The maximum number of items to be retrieved in a single call.
|
ListPolicyAttachmentsRequest |
ListPolicyAttachmentsRequest.withNextToken(String nextToken)
The pagination token.
|
ListPolicyAttachmentsRequest |
ListPolicyAttachmentsRequest.withPolicyReference(ObjectReference policyReference)
The reference that identifies the policy object.
|
Copyright © 2020. All rights reserved.