| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory |
|
| software.amazon.awssdk.services.clouddirectory.paginators | |
| software.amazon.awssdk.services.clouddirectory.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListPolicyAttachmentsResponse> |
CloudDirectoryAsyncClient.listPolicyAttachments(ListPolicyAttachmentsRequest listPolicyAttachmentsRequest)
Returns all of the
ObjectIdentifiers to which a given policy is attached. |
default ListPolicyAttachmentsResponse |
CloudDirectoryClient.listPolicyAttachments(ListPolicyAttachmentsRequest listPolicyAttachmentsRequest)
Returns all of the
ObjectIdentifiers to which a given policy is attached. |
default ListPolicyAttachmentsPublisher |
CloudDirectoryAsyncClient.listPolicyAttachmentsPaginator(ListPolicyAttachmentsRequest listPolicyAttachmentsRequest)
Returns all of the
ObjectIdentifiers to which a given policy is attached. |
default ListPolicyAttachmentsIterable |
CloudDirectoryClient.listPolicyAttachmentsPaginator(ListPolicyAttachmentsRequest listPolicyAttachmentsRequest)
Returns all of the
ObjectIdentifiers to which a given policy is attached. |
| Constructor and Description |
|---|
ListPolicyAttachmentsIterable(CloudDirectoryClient client,
ListPolicyAttachmentsRequest firstRequest) |
ListPolicyAttachmentsPublisher(CloudDirectoryAsyncClient client,
ListPolicyAttachmentsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListPolicyAttachmentsRequestMarshaller.marshall(ListPolicyAttachmentsRequest listPolicyAttachmentsRequest) |
Copyright © 2022. All rights reserved.