Uses of Class
software.amazon.awssdk.core.auth.policy.conditions.StringCondition.StringComparisonType
-
Packages that use StringCondition.StringComparisonType Package Description software.amazon.awssdk.core.auth.policy.conditions -
-
Uses of StringCondition.StringComparisonType in software.amazon.awssdk.core.auth.policy.conditions
Methods in software.amazon.awssdk.core.auth.policy.conditions that return StringCondition.StringComparisonType Modifier and Type Method Description static StringCondition.StringComparisonTypeStringCondition.StringComparisonType. valueOf(String name)Returns the enum constant of this type with the specified name.static StringCondition.StringComparisonType[]StringCondition.StringComparisonType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in software.amazon.awssdk.core.auth.policy.conditions with parameters of type StringCondition.StringComparisonType Constructor Description StringCondition(StringCondition.StringComparisonType type, String key, String value)Constructs a new access control policy condition that compares two strings.
-