Uses of Class
software.amazon.awssdk.services.clouddirectory.model.BatchReadResponse
-
Packages that use BatchReadResponse Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory -
-
Uses of BatchReadResponse in software.amazon.awssdk.services.clouddirectory
Methods in software.amazon.awssdk.services.clouddirectory that return BatchReadResponse Modifier and Type Method Description default BatchReadResponseCloudDirectoryClient. batchRead(Consumer<BatchReadRequest.Builder> batchReadRequest)Performs all the read operations in a batch.default BatchReadResponseCloudDirectoryClient. batchRead(BatchReadRequest batchReadRequest)Performs all the read operations in a batch.Methods in software.amazon.awssdk.services.clouddirectory that return types with arguments of type BatchReadResponse Modifier and Type Method Description default CompletableFuture<BatchReadResponse>CloudDirectoryAsyncClient. batchRead(Consumer<BatchReadRequest.Builder> batchReadRequest)Performs all the read operations in a batch.default CompletableFuture<BatchReadResponse>CloudDirectoryAsyncClient. batchRead(BatchReadRequest batchReadRequest)Performs all the read operations in a batch.
-