Uses of Interface
software.amazon.awssdk.services.organizations.model.Policy.Builder
-
Packages that use Policy.Builder Package Description software.amazon.awssdk.services.organizations.model -
-
Uses of Policy.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return Policy.Builder Modifier and Type Method Description static Policy.BuilderPolicy. builder()Policy.BuilderPolicy.Builder. content(String content)The text content of the policy.default Policy.BuilderPolicy.Builder. policySummary(Consumer<PolicySummary.Builder> policySummary)A structure that contains additional details about the policy.Policy.BuilderPolicy.Builder. policySummary(PolicySummary policySummary)A structure that contains additional details about the policy.Policy.BuilderPolicy. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type Policy.Builder Modifier and Type Method Description static Class<? extends Policy.Builder>Policy. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.organizations.model with type arguments of type Policy.Builder Modifier and Type Method Description default CreatePolicyResponse.BuilderCreatePolicyResponse.Builder. policy(Consumer<Policy.Builder> policy)A structure that contains details about the newly created policy.default DescribePolicyResponse.BuilderDescribePolicyResponse.Builder. policy(Consumer<Policy.Builder> policy)A structure that contains details about the specified policy.default UpdatePolicyResponse.BuilderUpdatePolicyResponse.Builder. policy(Consumer<Policy.Builder> policy)A structure that contains details about the updated policy, showing the requested changes.
-