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 PolicySourceType
PolicySourceType. fromValue(String value)
Use this in place of valueOf.static PolicySourceType
PolicySourceType. 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 void
Statement. setSourcePolicyType(PolicySourceType sourcePolicyType)
The type of the policy.Statement
Statement. withSourcePolicyType(PolicySourceType sourcePolicyType)
The type of the policy.
-