| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
static EventFilterType |
EventFilterType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static EventFilterType |
EventFilterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventFilterType[] |
EventFilterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<EventFilterType> |
CompromisedCredentialsRiskConfigurationType.eventFilter()
Perform the action for these events.
|
static Set<EventFilterType> |
EventFilterType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CompromisedCredentialsRiskConfigurationType.Builder |
CompromisedCredentialsRiskConfigurationType.Builder.eventFilter(EventFilterType... eventFilter)
Perform the action for these events.
|
| Modifier and Type | Method and Description |
|---|---|
CompromisedCredentialsRiskConfigurationType.Builder |
CompromisedCredentialsRiskConfigurationType.Builder.eventFilter(Collection<EventFilterType> eventFilter)
Perform the action for these events.
|
Copyright © 2019. All rights reserved.