Uses of Class
software.amazon.awssdk.services.organizations.model.AttachPolicyResponse
-
Packages that use AttachPolicyResponse Package Description software.amazon.awssdk.services.organizations Organizations is a web service that enables you to consolidate your multiple Amazon Web Services accounts into an organization and centrally manage your accounts and their resources. -
-
Uses of AttachPolicyResponse in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations that return AttachPolicyResponse Modifier and Type Method Description default AttachPolicyResponseOrganizationsClient. attachPolicy(Consumer<AttachPolicyRequest.Builder> attachPolicyRequest)Attaches a policy to a root, an organizational unit (OU), or an individual account.default AttachPolicyResponseOrganizationsClient. attachPolicy(AttachPolicyRequest attachPolicyRequest)Attaches a policy to a root, an organizational unit (OU), or an individual account.Methods in software.amazon.awssdk.services.organizations that return types with arguments of type AttachPolicyResponse Modifier and Type Method Description default CompletableFuture<AttachPolicyResponse>OrganizationsAsyncClient. attachPolicy(Consumer<AttachPolicyRequest.Builder> attachPolicyRequest)Attaches a policy to a root, an organizational unit (OU), or an individual account.default CompletableFuture<AttachPolicyResponse>OrganizationsAsyncClient. attachPolicy(AttachPolicyRequest attachPolicyRequest)Attaches a policy to a root, an organizational unit (OU), or an individual account.
-