Uses of Class
software.amazon.awssdk.services.iam.model.PolicySourceType
-
Packages that use PolicySourceType Package Description software.amazon.awssdk.services.iam.model -
-
Uses of PolicySourceType in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return PolicySourceType Modifier and Type Method Description static PolicySourceTypePolicySourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PolicySourceTypeStatement. sourcePolicyType()The type of the policy.static PolicySourceTypePolicySourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static PolicySourceType[]PolicySourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type PolicySourceType Modifier and Type Method Description static Set<PolicySourceType>PolicySourceType. knownValues()Methods in software.amazon.awssdk.services.iam.model with parameters of type PolicySourceType Modifier and Type Method Description Statement.BuilderStatement.Builder. sourcePolicyType(PolicySourceType sourcePolicyType)The type of the policy.
-