Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.AttachPolicyRequest.Builder
-
Packages that use AttachPolicyRequest.Builder Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory software.amazon.awssdk.services.clouddirectory.model -
-
Uses of AttachPolicyRequest.Builder in software.amazon.awssdk.services.clouddirectory
Method parameters in software.amazon.awssdk.services.clouddirectory with type arguments of type AttachPolicyRequest.Builder Modifier and Type Method Description default CompletableFuture<AttachPolicyResponse>CloudDirectoryAsyncClient. attachPolicy(Consumer<AttachPolicyRequest.Builder> attachPolicyRequest)Attaches a policy object to a regular object.default AttachPolicyResponseCloudDirectoryClient. attachPolicy(Consumer<AttachPolicyRequest.Builder> attachPolicyRequest)Attaches a policy object to a regular object. -
Uses of AttachPolicyRequest.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return AttachPolicyRequest.Builder Modifier and Type Method Description static AttachPolicyRequest.BuilderAttachPolicyRequest. builder()AttachPolicyRequest.BuilderAttachPolicyRequest.Builder. directoryArn(String directoryArn)The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside.default AttachPolicyRequest.BuilderAttachPolicyRequest.Builder. objectReference(Consumer<ObjectReference.Builder> objectReference)The reference that identifies the object to which the policy will be attached.AttachPolicyRequest.BuilderAttachPolicyRequest.Builder. objectReference(ObjectReference objectReference)The reference that identifies the object to which the policy will be attached.AttachPolicyRequest.BuilderAttachPolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AttachPolicyRequest.BuilderAttachPolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default AttachPolicyRequest.BuilderAttachPolicyRequest.Builder. policyReference(Consumer<ObjectReference.Builder> policyReference)The reference that is associated with the policy object.AttachPolicyRequest.BuilderAttachPolicyRequest.Builder. policyReference(ObjectReference policyReference)The reference that is associated with the policy object.AttachPolicyRequest.BuilderAttachPolicyRequest. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type AttachPolicyRequest.Builder Modifier and Type Method Description static Class<? extends AttachPolicyRequest.Builder>AttachPolicyRequest. serializableBuilderClass()
-