| Package | Description |
|---|---|
| software.amazon.awssdk.core.auth.policy.conditions |
| Modifier and Type | Method and Description |
|---|---|
static StringCondition.StringComparisonType |
StringCondition.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.
|
| Constructor and Description |
|---|
StringCondition(StringCondition.StringComparisonType type,
String key,
String value)
Constructs a new access control policy condition that compares two
strings.
|
Copyright © 2020. All rights reserved.