| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory |
|
| software.amazon.awssdk.services.clouddirectory.model |
| 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 LookupPolicyResponse |
CloudDirectoryClient.lookupPolicy(Consumer<LookupPolicyRequest.Builder> lookupPolicyRequest)
Lists all policies from the root of the Directory to the object specified.
|
default LookupPolicyPublisher |
CloudDirectoryAsyncClient.lookupPolicyPaginator(Consumer<LookupPolicyRequest.Builder> lookupPolicyRequest)
Lists all policies from the root of the Directory to the object specified.
|
default LookupPolicyIterable |
CloudDirectoryClient.lookupPolicyPaginator(Consumer<LookupPolicyRequest.Builder> lookupPolicyRequest)
Lists all policies from the root of the Directory to the object specified.
|
| Modifier and Type | Method and Description |
|---|---|
static LookupPolicyRequest.Builder |
LookupPolicyRequest.builder() |
LookupPolicyRequest.Builder |
LookupPolicyRequest.Builder.directoryArn(String directoryArn)
The Amazon Resource Name (ARN) that is associated with the Directory.
|
LookupPolicyRequest.Builder |
LookupPolicyRequest.Builder.maxResults(Integer maxResults)
The maximum number of items to be retrieved in a single call.
|
LookupPolicyRequest.Builder |
LookupPolicyRequest.Builder.nextToken(String nextToken)
The token to request the next page of results.
|
default LookupPolicyRequest.Builder |
LookupPolicyRequest.Builder.objectReference(Consumer<ObjectReference.Builder> objectReference)
Reference that identifies the object whose policies will be looked up.
|
LookupPolicyRequest.Builder |
LookupPolicyRequest.Builder.objectReference(ObjectReference objectReference)
Reference that identifies the object whose policies will be looked up.
|
LookupPolicyRequest.Builder |
LookupPolicyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
LookupPolicyRequest.Builder |
LookupPolicyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
LookupPolicyRequest.Builder |
LookupPolicyRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LookupPolicyRequest.Builder> |
LookupPolicyRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.