Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.BatchReadRequest.Builder
-
Packages that use BatchReadRequest.Builder Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory software.amazon.awssdk.services.clouddirectory.model -
-
Uses of BatchReadRequest.Builder in software.amazon.awssdk.services.clouddirectory
Method parameters in software.amazon.awssdk.services.clouddirectory with type arguments of type BatchReadRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchReadResponse>CloudDirectoryAsyncClient. batchRead(Consumer<BatchReadRequest.Builder> batchReadRequest)Performs all the read operations in a batch.default BatchReadResponseCloudDirectoryClient. batchRead(Consumer<BatchReadRequest.Builder> batchReadRequest)Performs all the read operations in a batch. -
Uses of BatchReadRequest.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return BatchReadRequest.Builder Modifier and Type Method Description static BatchReadRequest.BuilderBatchReadRequest. builder()BatchReadRequest.BuilderBatchReadRequest.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.BuilderBatchReadRequest.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.BuilderBatchReadRequest.Builder. directoryArn(String directoryArn)The Amazon Resource Name (ARN) that is associated with the Directory.BatchReadRequest.BuilderBatchReadRequest.Builder. operations(Collection<BatchReadOperation> operations)A list of operations that are part of the batch.BatchReadRequest.BuilderBatchReadRequest.Builder. operations(Consumer<BatchReadOperation.Builder>... operations)A list of operations that are part of the batch.BatchReadRequest.BuilderBatchReadRequest.Builder. operations(BatchReadOperation... operations)A list of operations that are part of the batch.BatchReadRequest.BuilderBatchReadRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchReadRequest.BuilderBatchReadRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchReadRequest.BuilderBatchReadRequest. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type BatchReadRequest.Builder Modifier and Type Method Description static Class<? extends BatchReadRequest.Builder>BatchReadRequest. serializableBuilderClass()
-