Uses of Interface
software.amazon.awssdk.services.organizations.model.AttachPolicyRequest.Builder
-
Packages that use AttachPolicyRequest.Builder 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.software.amazon.awssdk.services.organizations.model -
-
Uses of AttachPolicyRequest.Builder in software.amazon.awssdk.services.organizations
Method parameters in software.amazon.awssdk.services.organizations with type arguments of type AttachPolicyRequest.Builder 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 AttachPolicyResponseOrganizationsClient. attachPolicy(Consumer<AttachPolicyRequest.Builder> attachPolicyRequest)Attaches a policy to a root, an organizational unit (OU), or an individual account. -
Uses of AttachPolicyRequest.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return AttachPolicyRequest.Builder Modifier and Type Method Description static AttachPolicyRequest.BuilderAttachPolicyRequest. builder()AttachPolicyRequest.BuilderAttachPolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AttachPolicyRequest.BuilderAttachPolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AttachPolicyRequest.BuilderAttachPolicyRequest.Builder. policyId(String policyId)The unique identifier (ID) of the policy that you want to attach to the target.AttachPolicyRequest.BuilderAttachPolicyRequest.Builder. targetId(String targetId)The unique identifier (ID) of the root, OU, or account that you want to attach the policy to.AttachPolicyRequest.BuilderAttachPolicyRequest. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type AttachPolicyRequest.Builder Modifier and Type Method Description static Class<? extends AttachPolicyRequest.Builder>AttachPolicyRequest. serializableBuilderClass()
-