| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchLookupPolicy.Builder |
BatchLookupPolicy.builder() |
BatchLookupPolicy.Builder |
BatchLookupPolicy.Builder.maxResults(Integer maxResults)
The maximum number of results to retrieve.
|
BatchLookupPolicy.Builder |
BatchLookupPolicy.Builder.nextToken(String nextToken)
The pagination token.
|
default BatchLookupPolicy.Builder |
BatchLookupPolicy.Builder.objectReference(Consumer<ObjectReference.Builder> objectReference)
Reference that identifies the object whose policies will be looked up.
|
BatchLookupPolicy.Builder |
BatchLookupPolicy.Builder.objectReference(ObjectReference objectReference)
Reference that identifies the object whose policies will be looked up.
|
BatchLookupPolicy.Builder |
BatchLookupPolicy.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchLookupPolicy.Builder> |
BatchLookupPolicy.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BatchReadOperation.Builder |
BatchReadOperation.Builder.lookupPolicy(Consumer<BatchLookupPolicy.Builder> lookupPolicy)
Lists all policies from the root of the Directory to the object specified.
|
Copyright © 2022. All rights reserved.