Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.BatchAttachPolicy.Builder
-
Packages that use BatchAttachPolicy.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of BatchAttachPolicy.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return BatchAttachPolicy.Builder Modifier and Type Method Description static BatchAttachPolicy.BuilderBatchAttachPolicy. builder()default BatchAttachPolicy.BuilderBatchAttachPolicy.Builder. objectReference(Consumer<ObjectReference.Builder> objectReference)The reference that identifies the object to which the policy will be attached.BatchAttachPolicy.BuilderBatchAttachPolicy.Builder. objectReference(ObjectReference objectReference)The reference that identifies the object to which the policy will be attached.default BatchAttachPolicy.BuilderBatchAttachPolicy.Builder. policyReference(Consumer<ObjectReference.Builder> policyReference)The reference that is associated with the policy object.BatchAttachPolicy.BuilderBatchAttachPolicy.Builder. policyReference(ObjectReference policyReference)The reference that is associated with the policy object.BatchAttachPolicy.BuilderBatchAttachPolicy. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type BatchAttachPolicy.Builder Modifier and Type Method Description static Class<? extends BatchAttachPolicy.Builder>BatchAttachPolicy. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type BatchAttachPolicy.Builder Modifier and Type Method Description default BatchWriteOperation.BuilderBatchWriteOperation.Builder. attachPolicy(Consumer<BatchAttachPolicy.Builder> attachPolicy)Attaches a policy object to a regular object.
-