| 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 |
| Modifier and Type | Method and Description |
|---|---|
default DescribeEffectivePolicyResponse |
OrganizationsClient.describeEffectivePolicy(Consumer<DescribeEffectivePolicyRequest.Builder> describeEffectivePolicyRequest)
Returns the contents of the effective policy for specified policy type and account.
|
default CompletableFuture<DescribeEffectivePolicyResponse> |
OrganizationsAsyncClient.describeEffectivePolicy(Consumer<DescribeEffectivePolicyRequest.Builder> describeEffectivePolicyRequest)
Returns the contents of the effective policy for specified policy type and account.
|
| Modifier and Type | Method and Description |
|---|---|
static DescribeEffectivePolicyRequest.Builder |
DescribeEffectivePolicyRequest.builder() |
DescribeEffectivePolicyRequest.Builder |
DescribeEffectivePolicyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeEffectivePolicyRequest.Builder |
DescribeEffectivePolicyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeEffectivePolicyRequest.Builder |
DescribeEffectivePolicyRequest.Builder.policyType(EffectivePolicyType policyType)
The type of policy that you want information about.
|
DescribeEffectivePolicyRequest.Builder |
DescribeEffectivePolicyRequest.Builder.policyType(String policyType)
The type of policy that you want information about.
|
DescribeEffectivePolicyRequest.Builder |
DescribeEffectivePolicyRequest.Builder.targetId(String targetId)
When you're signed in as the management account, specify the ID of the account that you want details about.
|
DescribeEffectivePolicyRequest.Builder |
DescribeEffectivePolicyRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeEffectivePolicyRequest.Builder> |
DescribeEffectivePolicyRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.