| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeEffectivePolicyResult> |
AbstractAWSOrganizationsAsync.describeEffectivePolicyAsync(DescribeEffectivePolicyRequest request,
AsyncHandler<DescribeEffectivePolicyRequest,DescribeEffectivePolicyResult> asyncHandler) |
Future<DescribeEffectivePolicyResult> |
AWSOrganizationsAsync.describeEffectivePolicyAsync(DescribeEffectivePolicyRequest describeEffectivePolicyRequest,
AsyncHandler<DescribeEffectivePolicyRequest,DescribeEffectivePolicyResult> asyncHandler)
Returns the contents of the effective policy for specified policy type and account.
|
Future<DescribeEffectivePolicyResult> |
AWSOrganizationsAsyncClient.describeEffectivePolicyAsync(DescribeEffectivePolicyRequest request,
AsyncHandler<DescribeEffectivePolicyRequest,DescribeEffectivePolicyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeEffectivePolicyRequest |
DescribeEffectivePolicyRequest.clone() |
DescribeEffectivePolicyRequest |
DescribeEffectivePolicyRequest.withPolicyType(EffectivePolicyType policyType)
The type of policy that you want information about.
|
DescribeEffectivePolicyRequest |
DescribeEffectivePolicyRequest.withPolicyType(String policyType)
The type of policy that you want information about.
|
DescribeEffectivePolicyRequest |
DescribeEffectivePolicyRequest.withTargetId(String targetId)
When you're signed in as the management account, specify the ID of the account that you want details about.
|
Copyright © 2022. All rights reserved.