| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
static UsageLimitLimitType |
UsageLimitLimitType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
UsageLimitLimitType |
CreateUsageLimitRequest.limitType()
The type of limit.
|
UsageLimitLimitType |
CreateUsageLimitResponse.limitType()
The type of limit.
|
UsageLimitLimitType |
UsageLimit.limitType()
The type of limit.
|
UsageLimitLimitType |
ModifyUsageLimitResponse.limitType()
The type of limit.
|
static UsageLimitLimitType |
UsageLimitLimitType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UsageLimitLimitType[] |
UsageLimitLimitType.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<UsageLimitLimitType> |
UsageLimitLimitType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateUsageLimitRequest.Builder |
CreateUsageLimitRequest.Builder.limitType(UsageLimitLimitType limitType)
The type of limit.
|
CreateUsageLimitResponse.Builder |
CreateUsageLimitResponse.Builder.limitType(UsageLimitLimitType limitType)
The type of limit.
|
UsageLimit.Builder |
UsageLimit.Builder.limitType(UsageLimitLimitType limitType)
The type of limit.
|
ModifyUsageLimitResponse.Builder |
ModifyUsageLimitResponse.Builder.limitType(UsageLimitLimitType limitType)
The type of limit.
|
Copyright © 2022. All rights reserved.