Uses of Enum
com.amazonaws.services.identitymanagement.model.PolicySourceType
Packages that use PolicySourceType
-
Uses of PolicySourceType in com.amazonaws.services.identitymanagement.model
Subclasses with type arguments of type PolicySourceType in com.amazonaws.services.identitymanagement.modelMethods in com.amazonaws.services.identitymanagement.model that return PolicySourceTypeModifier and TypeMethodDescriptionstatic PolicySourceTypeUse this in place of valueOf.static PolicySourceTypeReturns 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 PolicySourceTypeModifier and TypeMethodDescriptionvoidStatement.setSourcePolicyType(PolicySourceType sourcePolicyType) The type of the policy.Statement.withSourcePolicyType(PolicySourceType sourcePolicyType) The type of the policy.