Uses of Interface
software.amazon.awssdk.services.organizations.model.DescribeEffectivePolicyResponse.Builder
-
Packages that use DescribeEffectivePolicyResponse.Builder Package Description software.amazon.awssdk.services.organizations.model -
-
Uses of DescribeEffectivePolicyResponse.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return DescribeEffectivePolicyResponse.Builder Modifier and Type Method Description static DescribeEffectivePolicyResponse.BuilderDescribeEffectivePolicyResponse. builder()default DescribeEffectivePolicyResponse.BuilderDescribeEffectivePolicyResponse.Builder. effectivePolicy(Consumer<EffectivePolicy.Builder> effectivePolicy)The contents of the effective policy.DescribeEffectivePolicyResponse.BuilderDescribeEffectivePolicyResponse.Builder. effectivePolicy(EffectivePolicy effectivePolicy)The contents of the effective policy.DescribeEffectivePolicyResponse.BuilderDescribeEffectivePolicyResponse. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type DescribeEffectivePolicyResponse.Builder Modifier and Type Method Description static Class<? extends DescribeEffectivePolicyResponse.Builder>DescribeEffectivePolicyResponse. serializableBuilderClass()
-