Uses of Class
software.amazon.awssdk.services.clouddirectory.model.BatchWriteResponse
-
Packages that use BatchWriteResponse Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory -
-
Uses of BatchWriteResponse in software.amazon.awssdk.services.clouddirectory
Methods in software.amazon.awssdk.services.clouddirectory that return BatchWriteResponse Modifier and Type Method Description default BatchWriteResponseCloudDirectoryClient. batchWrite(Consumer<BatchWriteRequest.Builder> batchWriteRequest)Performs all the write operations in a batch.default BatchWriteResponseCloudDirectoryClient. batchWrite(BatchWriteRequest batchWriteRequest)Performs all the write operations in a batch.Methods in software.amazon.awssdk.services.clouddirectory that return types with arguments of type BatchWriteResponse Modifier and Type Method Description default CompletableFuture<BatchWriteResponse>CloudDirectoryAsyncClient. batchWrite(Consumer<BatchWriteRequest.Builder> batchWriteRequest)Performs all the write operations in a batch.default CompletableFuture<BatchWriteResponse>CloudDirectoryAsyncClient. batchWrite(BatchWriteRequest batchWriteRequest)Performs all the write operations in a batch.
-