Uses of Class
software.amazon.awssdk.services.organizations.model.Policy
-
Packages that use Policy Package Description software.amazon.awssdk.services.organizations.model -
-
Uses of Policy in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return Policy Modifier and Type Method Description PolicyCreatePolicyResponse. policy()A structure that contains details about the newly created policy.PolicyDescribePolicyResponse. policy()A structure that contains details about the specified policy.PolicyUpdatePolicyResponse. policy()A structure that contains details about the updated policy, showing the requested changes.Methods in software.amazon.awssdk.services.organizations.model with parameters of type Policy Modifier and Type Method Description CreatePolicyResponse.BuilderCreatePolicyResponse.Builder. policy(Policy policy)A structure that contains details about the newly created policy.DescribePolicyResponse.BuilderDescribePolicyResponse.Builder. policy(Policy policy)A structure that contains details about the specified policy.UpdatePolicyResponse.BuilderUpdatePolicyResponse.Builder. policy(Policy policy)A structure that contains details about the updated policy, showing the requested changes.
-