Uses of Interface
software.amazon.awssdk.services.organizations.model.DescribeEffectivePolicyRequest.Builder
-
Packages that use DescribeEffectivePolicyRequest.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 DescribeEffectivePolicyRequest.Builder in software.amazon.awssdk.services.organizations
Method parameters in software.amazon.awssdk.services.organizations with type arguments of type DescribeEffectivePolicyRequest.Builder 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 DescribeEffectivePolicyResponseOrganizationsClient. describeEffectivePolicy(Consumer<DescribeEffectivePolicyRequest.Builder> describeEffectivePolicyRequest)Returns the contents of the effective policy for specified policy type and account. -
Uses of DescribeEffectivePolicyRequest.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return DescribeEffectivePolicyRequest.Builder Modifier and Type Method Description static DescribeEffectivePolicyRequest.BuilderDescribeEffectivePolicyRequest. builder()DescribeEffectivePolicyRequest.BuilderDescribeEffectivePolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeEffectivePolicyRequest.BuilderDescribeEffectivePolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeEffectivePolicyRequest.BuilderDescribeEffectivePolicyRequest.Builder. policyType(String policyType)The type of policy that you want information about.DescribeEffectivePolicyRequest.BuilderDescribeEffectivePolicyRequest.Builder. policyType(EffectivePolicyType policyType)The type of policy that you want information about.DescribeEffectivePolicyRequest.BuilderDescribeEffectivePolicyRequest.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.BuilderDescribeEffectivePolicyRequest. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type DescribeEffectivePolicyRequest.Builder Modifier and Type Method Description static Class<? extends DescribeEffectivePolicyRequest.Builder>DescribeEffectivePolicyRequest. serializableBuilderClass()
-