Uses of Class
software.amazon.awssdk.services.organizations.model.DetachPolicyResponse
-
Packages that use DetachPolicyResponse 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 DetachPolicyResponse in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations that return DetachPolicyResponse Modifier and Type Method Description default DetachPolicyResponseOrganizationsClient. detachPolicy(Consumer<DetachPolicyRequest.Builder> detachPolicyRequest)Detaches a policy from a target root, organizational unit (OU), or account.default DetachPolicyResponseOrganizationsClient. detachPolicy(DetachPolicyRequest detachPolicyRequest)Detaches a policy from a target root, organizational unit (OU), or account.Methods in software.amazon.awssdk.services.organizations that return types with arguments of type DetachPolicyResponse 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 CompletableFuture<DetachPolicyResponse>OrganizationsAsyncClient. detachPolicy(DetachPolicyRequest detachPolicyRequest)Detaches a policy from a target root, organizational unit (OU), or account.
-