Uses of Class
com.amazonaws.services.identitymanagement.model.PolicySourceType
-
Packages that use PolicySourceType Package Description com.amazonaws.services.identitymanagement.model -
-
Uses of PolicySourceType in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return PolicySourceType Modifier and Type Method Description static PolicySourceTypePolicySourceType. fromValue(String value)Use this in place of valueOf.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 com.amazonaws.services.identitymanagement.model with parameters of type PolicySourceType Modifier and Type Method Description voidStatement. setSourcePolicyType(PolicySourceType sourcePolicyType)The type of the policy.StatementStatement. withSourcePolicyType(PolicySourceType sourcePolicyType)The type of the policy.
-