| Package | Description |
|---|---|
| com.amazonaws.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
static UsageLimitBreachAction |
UsageLimitBreachAction.fromValue(String value)
Use this in place of valueOf.
|
static UsageLimitBreachAction |
UsageLimitBreachAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UsageLimitBreachAction[] |
UsageLimitBreachAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UsageLimit |
UsageLimit.withBreachAction(UsageLimitBreachAction breachAction)
The action that Amazon Redshift takes when the limit is reached.
|
ModifyUsageLimitRequest |
ModifyUsageLimitRequest.withBreachAction(UsageLimitBreachAction breachAction)
The new action that Amazon Redshift takes when the limit is reached.
|
CreateUsageLimitRequest |
CreateUsageLimitRequest.withBreachAction(UsageLimitBreachAction breachAction)
The action that Amazon Redshift takes when the limit is reached.
|
CreateUsageLimitResult |
CreateUsageLimitResult.withBreachAction(UsageLimitBreachAction breachAction)
The action that Amazon Redshift takes when the limit is reached.
|
ModifyUsageLimitResult |
ModifyUsageLimitResult.withBreachAction(UsageLimitBreachAction breachAction)
The action that Amazon Redshift takes when the limit is reached.
|
Copyright © 2023. All rights reserved.