Uses of Class
software.amazon.awssdk.services.clouddirectory.model.BatchReadOperation
-
Packages that use BatchReadOperation Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of BatchReadOperation in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type BatchReadOperation Modifier and Type Method Description List<BatchReadOperation>BatchReadRequest. operations()A list of operations that are part of the batch.Methods in software.amazon.awssdk.services.clouddirectory.model with parameters of type BatchReadOperation Modifier and Type Method Description BatchReadRequest.BuilderBatchReadRequest.Builder. operations(BatchReadOperation... operations)A list of operations that are part of the batch.Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type BatchReadOperation Modifier and Type Method Description BatchReadRequest.BuilderBatchReadRequest.Builder. operations(Collection<BatchReadOperation> operations)A list of operations that are part of the batch.
-