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