Uses of Class
software.amazon.awssdk.services.clouddirectory.model.AttachPolicyResponse
-
Packages that use AttachPolicyResponse Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory -
-
Uses of AttachPolicyResponse in software.amazon.awssdk.services.clouddirectory
Methods in software.amazon.awssdk.services.clouddirectory that return AttachPolicyResponse Modifier and Type Method Description default AttachPolicyResponseCloudDirectoryClient. attachPolicy(Consumer<AttachPolicyRequest.Builder> attachPolicyRequest)Attaches a policy object to a regular object.default AttachPolicyResponseCloudDirectoryClient. attachPolicy(AttachPolicyRequest attachPolicyRequest)Attaches a policy object to a regular object.Methods in software.amazon.awssdk.services.clouddirectory that return types with arguments of type AttachPolicyResponse Modifier and Type Method Description default CompletableFuture<AttachPolicyResponse>CloudDirectoryAsyncClient. attachPolicy(Consumer<AttachPolicyRequest.Builder> attachPolicyRequest)Attaches a policy object to a regular object.default CompletableFuture<AttachPolicyResponse>CloudDirectoryAsyncClient. attachPolicy(AttachPolicyRequest attachPolicyRequest)Attaches a policy object to a regular object.
-