Uses of Interface
software.amazon.awssdk.services.organizations.model.EffectivePolicy.Builder
-
Packages that use EffectivePolicy.Builder Package Description software.amazon.awssdk.services.organizations.model -
-
Uses of EffectivePolicy.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return EffectivePolicy.Builder Modifier and Type Method Description static EffectivePolicy.BuilderEffectivePolicy. builder()EffectivePolicy.BuilderEffectivePolicy.Builder. lastUpdatedTimestamp(Instant lastUpdatedTimestamp)The time of the last update to this policy.EffectivePolicy.BuilderEffectivePolicy.Builder. policyContent(String policyContent)The text content of the policy.EffectivePolicy.BuilderEffectivePolicy.Builder. policyType(String policyType)The policy type.EffectivePolicy.BuilderEffectivePolicy.Builder. policyType(EffectivePolicyType policyType)The policy type.EffectivePolicy.BuilderEffectivePolicy.Builder. targetId(String targetId)The account ID of the policy target.EffectivePolicy.BuilderEffectivePolicy. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type EffectivePolicy.Builder Modifier and Type Method Description static Class<? extends EffectivePolicy.Builder>EffectivePolicy. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.organizations.model with type arguments of type EffectivePolicy.Builder Modifier and Type Method Description default DescribeEffectivePolicyResponse.BuilderDescribeEffectivePolicyResponse.Builder. effectivePolicy(Consumer<EffectivePolicy.Builder> effectivePolicy)The contents of the effective policy.
-