| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory |
|
| software.amazon.awssdk.services.clouddirectory.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListPolicyAttachmentsResponse |
CloudDirectoryClient.listPolicyAttachments(Consumer<ListPolicyAttachmentsRequest.Builder> 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. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListPolicyAttachmentsResponse> |
CloudDirectoryAsyncClient.listPolicyAttachments(Consumer<ListPolicyAttachmentsRequest.Builder> listPolicyAttachmentsRequest)
Returns all of the
ObjectIdentifiers to which a given policy is attached. |
default CompletableFuture<ListPolicyAttachmentsResponse> |
CloudDirectoryAsyncClient.listPolicyAttachments(ListPolicyAttachmentsRequest listPolicyAttachmentsRequest)
Returns all of the
ObjectIdentifiers to which a given policy is attached. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListPolicyAttachmentsResponse> |
ListPolicyAttachmentsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPolicyAttachmentsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListPolicyAttachmentsResponse> subscriber) |
Copyright © 2022. All rights reserved.