Uses of Class
software.amazon.awssdk.services.clouddirectory.model.BatchReadOperationResponse
-
Packages that use BatchReadOperationResponse Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of BatchReadOperationResponse in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type BatchReadOperationResponse Modifier and Type Method Description List<BatchReadOperationResponse>BatchReadResponse. responses()A list of all the responses for each batch read.Methods in software.amazon.awssdk.services.clouddirectory.model with parameters of type BatchReadOperationResponse Modifier and Type Method Description BatchReadResponse.BuilderBatchReadResponse.Builder. responses(BatchReadOperationResponse... responses)A list of all the responses for each batch read.Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type BatchReadOperationResponse Modifier and Type Method Description BatchReadResponse.BuilderBatchReadResponse.Builder. responses(Collection<BatchReadOperationResponse> responses)A list of all the responses for each batch read.
-