Uses of Class
software.amazon.awssdk.services.redshiftserverless.model.UsageLimitBreachAction
-
Packages that use UsageLimitBreachAction Package Description software.amazon.awssdk.services.redshiftserverless.model -
-
Uses of UsageLimitBreachAction in software.amazon.awssdk.services.redshiftserverless.model
Methods in software.amazon.awssdk.services.redshiftserverless.model that return UsageLimitBreachAction Modifier and Type Method Description UsageLimitBreachActionCreateUsageLimitRequest. breachAction()The action that Amazon Redshift Serverless takes when the limit is reached.UsageLimitBreachActionUpdateUsageLimitRequest. breachAction()The new action that Amazon Redshift Serverless takes when the limit is reached.UsageLimitBreachActionUsageLimit. breachAction()The action that Amazon Redshift Serverless takes when the limit is reached.static UsageLimitBreachActionUsageLimitBreachAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static UsageLimitBreachActionUsageLimitBreachAction. 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.Methods in software.amazon.awssdk.services.redshiftserverless.model that return types with arguments of type UsageLimitBreachAction Modifier and Type Method Description static Set<UsageLimitBreachAction>UsageLimitBreachAction. knownValues()Methods in software.amazon.awssdk.services.redshiftserverless.model with parameters of type UsageLimitBreachAction Modifier and Type Method Description CreateUsageLimitRequest.BuilderCreateUsageLimitRequest.Builder. breachAction(UsageLimitBreachAction breachAction)The action that Amazon Redshift Serverless takes when the limit is reached.UpdateUsageLimitRequest.BuilderUpdateUsageLimitRequest.Builder. breachAction(UsageLimitBreachAction breachAction)The new action that Amazon Redshift Serverless takes when the limit is reached.UsageLimit.BuilderUsageLimit.Builder. breachAction(UsageLimitBreachAction breachAction)The action that Amazon Redshift Serverless takes when the limit is reached.
-