Uses of Class
software.amazon.awssdk.services.organizations.model.PolicyTypeSummary
-
Packages that use PolicyTypeSummary Package Description software.amazon.awssdk.services.organizations.model -
-
Uses of PolicyTypeSummary in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type PolicyTypeSummary Modifier and Type Method Description List<PolicyTypeSummary>Organization. availablePolicyTypes()List<PolicyTypeSummary>Root. policyTypes()The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.Methods in software.amazon.awssdk.services.organizations.model with parameters of type PolicyTypeSummary Modifier and Type Method Description Organization.BuilderOrganization.Builder. availablePolicyTypes(PolicyTypeSummary... availablePolicyTypes)Root.BuilderRoot.Builder. policyTypes(PolicyTypeSummary... policyTypes)The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.Method parameters in software.amazon.awssdk.services.organizations.model with type arguments of type PolicyTypeSummary Modifier and Type Method Description Organization.BuilderOrganization.Builder. availablePolicyTypes(Collection<PolicyTypeSummary> availablePolicyTypes)Root.BuilderRoot.Builder. policyTypes(Collection<PolicyTypeSummary> policyTypes)The types of policies that are currently enabled for the root and therefore can be attached to the root or to its OUs or accounts.
-