Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.BatchDeleteObject.Builder
-
Packages that use BatchDeleteObject.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of BatchDeleteObject.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return BatchDeleteObject.Builder Modifier and Type Method Description static BatchDeleteObject.BuilderBatchDeleteObject. builder()default BatchDeleteObject.BuilderBatchDeleteObject.Builder. objectReference(Consumer<ObjectReference.Builder> objectReference)The reference that identifies the object.BatchDeleteObject.BuilderBatchDeleteObject.Builder. objectReference(ObjectReference objectReference)The reference that identifies the object.BatchDeleteObject.BuilderBatchDeleteObject. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type BatchDeleteObject.Builder Modifier and Type Method Description static Class<? extends BatchDeleteObject.Builder>BatchDeleteObject. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type BatchDeleteObject.Builder Modifier and Type Method Description default BatchWriteOperation.BuilderBatchWriteOperation.Builder. deleteObject(Consumer<BatchDeleteObject.Builder> deleteObject)Deletes an object in a Directory.
-