| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshiftserverless.model |
| Modifier and Type | Method and Description |
|---|---|
static UsageLimitUsageType |
UsageLimitUsageType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
UsageLimitUsageType |
UsageLimit.usageType()
The Amazon Redshift Serverless feature to limit.
|
UsageLimitUsageType |
ListUsageLimitsRequest.usageType()
The Amazon Redshift Serverless feature whose limits you want to see.
|
UsageLimitUsageType |
CreateUsageLimitRequest.usageType()
The type of Amazon Redshift Serverless usage to create a usage limit for.
|
static UsageLimitUsageType |
UsageLimitUsageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UsageLimitUsageType[] |
UsageLimitUsageType.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<UsageLimitUsageType> |
UsageLimitUsageType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UsageLimit.Builder |
UsageLimit.Builder.usageType(UsageLimitUsageType usageType)
The Amazon Redshift Serverless feature to limit.
|
ListUsageLimitsRequest.Builder |
ListUsageLimitsRequest.Builder.usageType(UsageLimitUsageType usageType)
The Amazon Redshift Serverless feature whose limits you want to see.
|
CreateUsageLimitRequest.Builder |
CreateUsageLimitRequest.Builder.usageType(UsageLimitUsageType usageType)
The type of Amazon Redshift Serverless usage to create a usage limit for.
|
Copyright © 2022. All rights reserved.