Uses of Class
software.amazon.awssdk.services.organizations.model.DescribeEffectivePolicyResponse
-
Packages that use DescribeEffectivePolicyResponse 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 DescribeEffectivePolicyResponse in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations that return DescribeEffectivePolicyResponse Modifier and Type Method Description default DescribeEffectivePolicyResponseOrganizationsClient. describeEffectivePolicy(Consumer<DescribeEffectivePolicyRequest.Builder> describeEffectivePolicyRequest)Returns the contents of the effective policy for specified policy type and account.default DescribeEffectivePolicyResponseOrganizationsClient. describeEffectivePolicy(DescribeEffectivePolicyRequest describeEffectivePolicyRequest)Returns the contents of the effective policy for specified policy type and account.Methods in software.amazon.awssdk.services.organizations that return types with arguments of type DescribeEffectivePolicyResponse Modifier and Type Method Description default CompletableFuture<DescribeEffectivePolicyResponse>OrganizationsAsyncClient. describeEffectivePolicy(Consumer<DescribeEffectivePolicyRequest.Builder> describeEffectivePolicyRequest)Returns the contents of the effective policy for specified policy type and account.default CompletableFuture<DescribeEffectivePolicyResponse>OrganizationsAsyncClient. describeEffectivePolicy(DescribeEffectivePolicyRequest describeEffectivePolicyRequest)Returns the contents of the effective policy for specified policy type and account.
-