Uses of Class
software.amazon.awssdk.services.organizations.model.PolicyType
-
Packages that use PolicyType Package Description software.amazon.awssdk.services.organizations.model -
-
Uses of PolicyType in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return PolicyType Modifier and Type Method Description PolicyTypeListPoliciesForTargetRequest. filter()The type of policy that you want to include in the returned list.PolicyTypeListPoliciesRequest. filter()Specifies the type of policy that you want to include in the response.static PolicyTypePolicyType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PolicyTypeDisablePolicyTypeRequest. policyType()The policy type that you want to disable in this root.PolicyTypeEnablePolicyTypeRequest. policyType()The policy type that you want to enable.PolicyTypeCreatePolicyRequest. type()The type of policy to create.PolicyTypePolicySummary. type()The type of policy.PolicyTypePolicyTypeSummary. type()The name of the policy type.static PolicyTypePolicyType. valueOf(String name)Returns the enum constant of this type with the specified name.static PolicyType[]PolicyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type PolicyType Modifier and Type Method Description static Set<PolicyType>PolicyType. knownValues()Methods in software.amazon.awssdk.services.organizations.model with parameters of type PolicyType Modifier and Type Method Description ListPoliciesForTargetRequest.BuilderListPoliciesForTargetRequest.Builder. filter(PolicyType filter)The type of policy that you want to include in the returned list.ListPoliciesRequest.BuilderListPoliciesRequest.Builder. filter(PolicyType filter)Specifies the type of policy that you want to include in the response.DisablePolicyTypeRequest.BuilderDisablePolicyTypeRequest.Builder. policyType(PolicyType policyType)The policy type that you want to disable in this root.EnablePolicyTypeRequest.BuilderEnablePolicyTypeRequest.Builder. policyType(PolicyType policyType)The policy type that you want to enable.CreatePolicyRequest.BuilderCreatePolicyRequest.Builder. type(PolicyType type)The type of policy to create.PolicySummary.BuilderPolicySummary.Builder. type(PolicyType type)The type of policy.PolicyTypeSummary.BuilderPolicyTypeSummary.Builder. type(PolicyType type)The name of the policy type.
-