| 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<LookupPolicyResponse> |
CloudDirectoryAsyncClient.lookupPolicy(LookupPolicyRequest 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.
|
default LookupPolicyPublisher |
CloudDirectoryAsyncClient.lookupPolicyPaginator(LookupPolicyRequest lookupPolicyRequest)
Lists all policies from the root of the Directory to the object specified.
|
default LookupPolicyIterable |
CloudDirectoryClient.lookupPolicyPaginator(LookupPolicyRequest lookupPolicyRequest)
Lists all policies from the root of the Directory to the object specified.
|
| Constructor and Description |
|---|
LookupPolicyIterable(CloudDirectoryClient client,
LookupPolicyRequest firstRequest) |
LookupPolicyPublisher(CloudDirectoryAsyncClient client,
LookupPolicyRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
LookupPolicyRequestMarshaller.marshall(LookupPolicyRequest lookupPolicyRequest) |
Copyright © 2022. All rights reserved.