| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
UsageLimitBreachAction |
CreateUsageLimitResponse.breachAction()
The action that Amazon Redshift takes when the limit is reached.
|
UsageLimitBreachAction |
CreateUsageLimitRequest.breachAction()
The action that Amazon Redshift takes when the limit is reached.
|
UsageLimitBreachAction |
UsageLimit.breachAction()
The action that Amazon Redshift takes when the limit is reached.
|
UsageLimitBreachAction |
ModifyUsageLimitRequest.breachAction()
The new action that Amazon Redshift takes when the limit is reached.
|
UsageLimitBreachAction |
ModifyUsageLimitResponse.breachAction()
The action that Amazon Redshift takes when the limit is reached.
|
static UsageLimitBreachAction |
UsageLimitBreachAction.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<UsageLimitBreachAction> |
UsageLimitBreachAction.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateUsageLimitResponse.Builder |
CreateUsageLimitResponse.Builder.breachAction(UsageLimitBreachAction breachAction)
The action that Amazon Redshift takes when the limit is reached.
|
CreateUsageLimitRequest.Builder |
CreateUsageLimitRequest.Builder.breachAction(UsageLimitBreachAction breachAction)
The action that Amazon Redshift takes when the limit is reached.
|
UsageLimit.Builder |
UsageLimit.Builder.breachAction(UsageLimitBreachAction breachAction)
The action that Amazon Redshift takes when the limit is reached.
|
ModifyUsageLimitRequest.Builder |
ModifyUsageLimitRequest.Builder.breachAction(UsageLimitBreachAction breachAction)
The new action that Amazon Redshift takes when the limit is reached.
|
ModifyUsageLimitResponse.Builder |
ModifyUsageLimitResponse.Builder.breachAction(UsageLimitBreachAction breachAction)
The action that Amazon Redshift takes when the limit is reached.
|
Copyright © 2023. All rights reserved.