| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
UsageLimitFeatureType |
CreateUsageLimitRequest.featureType()
The Amazon Redshift feature that you want to limit.
|
UsageLimitFeatureType |
CreateUsageLimitResponse.featureType()
The Amazon Redshift feature to which the limit applies.
|
UsageLimitFeatureType |
UsageLimit.featureType()
The Amazon Redshift feature to which the limit applies.
|
UsageLimitFeatureType |
ModifyUsageLimitResponse.featureType()
The Amazon Redshift feature to which the limit applies.
|
UsageLimitFeatureType |
DescribeUsageLimitsRequest.featureType()
The feature type for which you want to describe usage limits.
|
static UsageLimitFeatureType |
UsageLimitFeatureType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static UsageLimitFeatureType |
UsageLimitFeatureType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UsageLimitFeatureType[] |
UsageLimitFeatureType.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<UsageLimitFeatureType> |
UsageLimitFeatureType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateUsageLimitRequest.Builder |
CreateUsageLimitRequest.Builder.featureType(UsageLimitFeatureType featureType)
The Amazon Redshift feature that you want to limit.
|
CreateUsageLimitResponse.Builder |
CreateUsageLimitResponse.Builder.featureType(UsageLimitFeatureType featureType)
The Amazon Redshift feature to which the limit applies.
|
UsageLimit.Builder |
UsageLimit.Builder.featureType(UsageLimitFeatureType featureType)
The Amazon Redshift feature to which the limit applies.
|
ModifyUsageLimitResponse.Builder |
ModifyUsageLimitResponse.Builder.featureType(UsageLimitFeatureType featureType)
The Amazon Redshift feature to which the limit applies.
|
DescribeUsageLimitsRequest.Builder |
DescribeUsageLimitsRequest.Builder.featureType(UsageLimitFeatureType featureType)
The feature type for which you want to describe usage limits.
|
Copyright © 2021. All rights reserved.