| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory |
|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
BatchReadResult |
AbstractAmazonCloudDirectory.batchRead(BatchReadRequest request) |
BatchReadResult |
AmazonCloudDirectoryClient.batchRead(BatchReadRequest request)
Performs all the read operations in a batch.
|
BatchReadResult |
AmazonCloudDirectory.batchRead(BatchReadRequest batchReadRequest)
Performs all the read operations in a batch.
|
Future<BatchReadResult> |
AbstractAmazonCloudDirectoryAsync.batchReadAsync(BatchReadRequest request) |
Future<BatchReadResult> |
AmazonCloudDirectoryAsyncClient.batchReadAsync(BatchReadRequest request) |
Future<BatchReadResult> |
AmazonCloudDirectoryAsync.batchReadAsync(BatchReadRequest batchReadRequest)
Performs all the read operations in a batch.
|
Future<BatchReadResult> |
AbstractAmazonCloudDirectoryAsync.batchReadAsync(BatchReadRequest request,
AsyncHandler<BatchReadRequest,BatchReadResult> asyncHandler) |
Future<BatchReadResult> |
AmazonCloudDirectoryAsyncClient.batchReadAsync(BatchReadRequest request,
AsyncHandler<BatchReadRequest,BatchReadResult> asyncHandler) |
Future<BatchReadResult> |
AmazonCloudDirectoryAsync.batchReadAsync(BatchReadRequest batchReadRequest,
AsyncHandler<BatchReadRequest,BatchReadResult> asyncHandler)
Performs all the read operations in a batch.
|
| Modifier and Type | Method and Description |
|---|---|
Future<BatchReadResult> |
AbstractAmazonCloudDirectoryAsync.batchReadAsync(BatchReadRequest request,
AsyncHandler<BatchReadRequest,BatchReadResult> asyncHandler) |
Future<BatchReadResult> |
AmazonCloudDirectoryAsyncClient.batchReadAsync(BatchReadRequest request,
AsyncHandler<BatchReadRequest,BatchReadResult> asyncHandler) |
Future<BatchReadResult> |
AmazonCloudDirectoryAsync.batchReadAsync(BatchReadRequest batchReadRequest,
AsyncHandler<BatchReadRequest,BatchReadResult> asyncHandler)
Performs all the read operations in a batch.
|
| Modifier and Type | Method and Description |
|---|---|
BatchReadRequest |
BatchReadRequest.clone() |
BatchReadRequest |
BatchReadRequest.withConsistencyLevel(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 |
BatchReadRequest.withConsistencyLevel(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 |
BatchReadRequest.withDirectoryArn(String directoryArn)
The Amazon Resource Name (ARN) that is associated with the Directory.
|
BatchReadRequest |
BatchReadRequest.withOperations(BatchReadOperation... operations)
A list of operations that are part of the batch.
|
BatchReadRequest |
BatchReadRequest.withOperations(Collection<BatchReadOperation> operations)
A list of operations that are part of the batch.
|
Copyright © 2022. All rights reserved.