| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory |
|
| Modifier and Type | Method and Description |
|---|---|
default AttachPolicyResponse |
CloudDirectoryClient.attachPolicy(AttachPolicyRequest attachPolicyRequest)
Attaches a policy object to a regular object.
|
default AttachPolicyResponse |
CloudDirectoryClient.attachPolicy(Consumer<AttachPolicyRequest.Builder> attachPolicyRequest)
Attaches a policy object to a regular object.
|
default DetachPolicyResponse |
CloudDirectoryClient.detachPolicy(Consumer<DetachPolicyRequest.Builder> detachPolicyRequest)
Detaches a policy from an object.
|
default DetachPolicyResponse |
CloudDirectoryClient.detachPolicy(DetachPolicyRequest detachPolicyRequest)
Detaches a policy from an object.
|
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. |
default ListPolicyAttachmentsIterable |
CloudDirectoryClient.listPolicyAttachmentsPaginator(Consumer<ListPolicyAttachmentsRequest.Builder> 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. |
Copyright © 2022. All rights reserved.