Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.BatchDetachPolicy.Builder
-
Packages that use BatchDetachPolicy.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of BatchDetachPolicy.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return BatchDetachPolicy.Builder Modifier and Type Method Description static BatchDetachPolicy.BuilderBatchDetachPolicy. builder()default BatchDetachPolicy.BuilderBatchDetachPolicy.Builder. objectReference(Consumer<ObjectReference.Builder> objectReference)Reference that identifies the object whose policy object will be detached.BatchDetachPolicy.BuilderBatchDetachPolicy.Builder. objectReference(ObjectReference objectReference)Reference that identifies the object whose policy object will be detached.default BatchDetachPolicy.BuilderBatchDetachPolicy.Builder. policyReference(Consumer<ObjectReference.Builder> policyReference)Reference that identifies the policy object.BatchDetachPolicy.BuilderBatchDetachPolicy.Builder. policyReference(ObjectReference policyReference)Reference that identifies the policy object.BatchDetachPolicy.BuilderBatchDetachPolicy. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type BatchDetachPolicy.Builder Modifier and Type Method Description static Class<? extends BatchDetachPolicy.Builder>BatchDetachPolicy. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type BatchDetachPolicy.Builder Modifier and Type Method Description default BatchWriteOperation.BuilderBatchWriteOperation.Builder. detachPolicy(Consumer<BatchDetachPolicy.Builder> detachPolicy)Detaches a policy from a Directory.
-