| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshiftserverless.model |
| Modifier and Type | Method and Description |
|---|---|
UsageLimitBreachAction |
UsageLimit.breachAction()
The action that Amazon Redshift Serverless takes when the limit is reached.
|
UsageLimitBreachAction |
UpdateUsageLimitRequest.breachAction()
The new action that Amazon Redshift Serverless takes when the limit is reached.
|
UsageLimitBreachAction |
CreateUsageLimitRequest.breachAction()
The action that Amazon Redshift Serverless 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 |
|---|---|
UsageLimit.Builder |
UsageLimit.Builder.breachAction(UsageLimitBreachAction breachAction)
The action that Amazon Redshift Serverless takes when the limit is reached.
|
UpdateUsageLimitRequest.Builder |
UpdateUsageLimitRequest.Builder.breachAction(UsageLimitBreachAction breachAction)
The new action that Amazon Redshift Serverless takes when the limit is reached.
|
CreateUsageLimitRequest.Builder |
CreateUsageLimitRequest.Builder.breachAction(UsageLimitBreachAction breachAction)
The action that Amazon Redshift Serverless takes when the limit is reached.
|
Copyright © 2022. All rights reserved.