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