Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.BatchGetObjectInformation.Builder
-
Packages that use BatchGetObjectInformation.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of BatchGetObjectInformation.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return BatchGetObjectInformation.Builder Modifier and Type Method Description static BatchGetObjectInformation.BuilderBatchGetObjectInformation. builder()default BatchGetObjectInformation.BuilderBatchGetObjectInformation.Builder. objectReference(Consumer<ObjectReference.Builder> objectReference)A reference to the object.BatchGetObjectInformation.BuilderBatchGetObjectInformation.Builder. objectReference(ObjectReference objectReference)A reference to the object.BatchGetObjectInformation.BuilderBatchGetObjectInformation. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type BatchGetObjectInformation.Builder Modifier and Type Method Description static Class<? extends BatchGetObjectInformation.Builder>BatchGetObjectInformation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type BatchGetObjectInformation.Builder Modifier and Type Method Description default BatchReadOperation.BuilderBatchReadOperation.Builder. getObjectInformation(Consumer<BatchGetObjectInformation.Builder> getObjectInformation)Retrieves metadata about an object.
-