Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.BatchDetachObject.Builder
-
Packages that use BatchDetachObject.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of BatchDetachObject.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return BatchDetachObject.Builder Modifier and Type Method Description BatchDetachObject.BuilderBatchDetachObject.Builder. batchReferenceName(String batchReferenceName)The batch reference name.static BatchDetachObject.BuilderBatchDetachObject. builder()BatchDetachObject.BuilderBatchDetachObject.Builder. linkName(String linkName)The name of the link.default BatchDetachObject.BuilderBatchDetachObject.Builder. parentReference(Consumer<ObjectReference.Builder> parentReference)Parent reference from which the object with the specified link name is detached.BatchDetachObject.BuilderBatchDetachObject.Builder. parentReference(ObjectReference parentReference)Parent reference from which the object with the specified link name is detached.BatchDetachObject.BuilderBatchDetachObject. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type BatchDetachObject.Builder Modifier and Type Method Description static Class<? extends BatchDetachObject.Builder>BatchDetachObject. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type BatchDetachObject.Builder Modifier and Type Method Description default BatchWriteOperation.BuilderBatchWriteOperation.Builder. detachObject(Consumer<BatchDetachObject.Builder> detachObject)Detaches an object from a Directory.
-