| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory |
|
| software.amazon.awssdk.services.clouddirectory.paginators |
| Modifier and Type | Method and Description |
|---|---|
default LookupPolicyResponse |
CloudDirectoryClient.lookupPolicy(Consumer<LookupPolicyRequest.Builder> lookupPolicyRequest)
Lists all policies from the root of the Directory to the object specified.
|
default LookupPolicyResponse |
CloudDirectoryClient.lookupPolicy(LookupPolicyRequest lookupPolicyRequest)
Lists all policies from the root of the Directory to the object specified.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<LookupPolicyResponse> |
CloudDirectoryAsyncClient.lookupPolicy(Consumer<LookupPolicyRequest.Builder> lookupPolicyRequest)
Lists all policies from the root of the Directory to the object specified.
|
default CompletableFuture<LookupPolicyResponse> |
CloudDirectoryAsyncClient.lookupPolicy(LookupPolicyRequest lookupPolicyRequest)
Lists all policies from the root of the Directory to the object specified.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<LookupPolicyResponse> |
LookupPolicyIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
LookupPolicyPublisher.subscribe(org.reactivestreams.Subscriber<? super LookupPolicyResponse> subscriber) |
Copyright © 2022. All rights reserved.