| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory |
|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<BatchReadResponse> |
CloudDirectoryAsyncClient.batchRead(Consumer<BatchReadRequest.Builder> batchReadRequest)
Performs all the read operations in a batch.
|
default BatchReadResponse |
CloudDirectoryClient.batchRead(Consumer<BatchReadRequest.Builder> batchReadRequest)
Performs all the read operations in a batch.
|
| Modifier and Type | Method and Description |
|---|---|
static BatchReadRequest.Builder |
BatchReadRequest.builder() |
BatchReadRequest.Builder |
BatchReadRequest.Builder.consistencyLevel(ConsistencyLevel consistencyLevel)
Represents the manner and timing in which the successful write or update of an object is reflected in a
subsequent read operation of that same object.
|
BatchReadRequest.Builder |
BatchReadRequest.Builder.consistencyLevel(String consistencyLevel)
Represents the manner and timing in which the successful write or update of an object is reflected in a
subsequent read operation of that same object.
|
BatchReadRequest.Builder |
BatchReadRequest.Builder.directoryArn(String directoryArn)
The Amazon Resource Name (ARN) that is associated with the Directory.
|
BatchReadRequest.Builder |
BatchReadRequest.Builder.operations(BatchReadOperation... operations)
A list of operations that are part of the batch.
|
BatchReadRequest.Builder |
BatchReadRequest.Builder.operations(Collection<BatchReadOperation> operations)
A list of operations that are part of the batch.
|
BatchReadRequest.Builder |
BatchReadRequest.Builder.operations(Consumer<BatchReadOperation.Builder>... operations)
A list of operations that are part of the batch.
|
BatchReadRequest.Builder |
BatchReadRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchReadRequest.Builder |
BatchReadRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchReadRequest.Builder |
BatchReadRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchReadRequest.Builder> |
BatchReadRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.