Uses of Interface
software.amazon.awssdk.services.organizations.model.DetachPolicyRequest.Builder
-
Packages that use DetachPolicyRequest.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 DetachPolicyRequest.Builder in software.amazon.awssdk.services.organizations
Method parameters in software.amazon.awssdk.services.organizations with type arguments of type DetachPolicyRequest.Builder Modifier and Type Method Description default CompletableFuture<DetachPolicyResponse>OrganizationsAsyncClient. detachPolicy(Consumer<DetachPolicyRequest.Builder> detachPolicyRequest)Detaches a policy from a target root, organizational unit (OU), or account.default DetachPolicyResponseOrganizationsClient. detachPolicy(Consumer<DetachPolicyRequest.Builder> detachPolicyRequest)Detaches a policy from a target root, organizational unit (OU), or account. -
Uses of DetachPolicyRequest.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return DetachPolicyRequest.Builder Modifier and Type Method Description static DetachPolicyRequest.BuilderDetachPolicyRequest. builder()DetachPolicyRequest.BuilderDetachPolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DetachPolicyRequest.BuilderDetachPolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DetachPolicyRequest.BuilderDetachPolicyRequest.Builder. policyId(String policyId)The unique identifier (ID) of the policy you want to detach.DetachPolicyRequest.BuilderDetachPolicyRequest.Builder. targetId(String targetId)The unique identifier (ID) of the root, OU, or account that you want to detach the policy from.DetachPolicyRequest.BuilderDetachPolicyRequest. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type DetachPolicyRequest.Builder Modifier and Type Method Description static Class<? extends DetachPolicyRequest.Builder>DetachPolicyRequest. serializableBuilderClass()
-