Uses of Class
software.amazon.awssdk.services.redshift.model.UsageLimitFeatureType
-
Packages that use UsageLimitFeatureType Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of UsageLimitFeatureType in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return UsageLimitFeatureType Modifier and Type Method Description UsageLimitFeatureTypeCreateUsageLimitRequest. featureType()The Amazon Redshift feature that you want to limit.UsageLimitFeatureTypeCreateUsageLimitResponse. featureType()The Amazon Redshift feature to which the limit applies.UsageLimitFeatureTypeDescribeUsageLimitsRequest. featureType()The feature type for which you want to describe usage limits.UsageLimitFeatureTypeModifyUsageLimitResponse. featureType()The Amazon Redshift feature to which the limit applies.UsageLimitFeatureTypeUsageLimit. featureType()The Amazon Redshift feature to which the limit applies.static UsageLimitFeatureTypeUsageLimitFeatureType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static UsageLimitFeatureTypeUsageLimitFeatureType. 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.Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type UsageLimitFeatureType Modifier and Type Method Description static Set<UsageLimitFeatureType>UsageLimitFeatureType. knownValues()Methods in software.amazon.awssdk.services.redshift.model with parameters of type UsageLimitFeatureType Modifier and Type Method Description CreateUsageLimitRequest.BuilderCreateUsageLimitRequest.Builder. featureType(UsageLimitFeatureType featureType)The Amazon Redshift feature that you want to limit.CreateUsageLimitResponse.BuilderCreateUsageLimitResponse.Builder. featureType(UsageLimitFeatureType featureType)The Amazon Redshift feature to which the limit applies.DescribeUsageLimitsRequest.BuilderDescribeUsageLimitsRequest.Builder. featureType(UsageLimitFeatureType featureType)The feature type for which you want to describe usage limits.ModifyUsageLimitResponse.BuilderModifyUsageLimitResponse.Builder. featureType(UsageLimitFeatureType featureType)The Amazon Redshift feature to which the limit applies.UsageLimit.BuilderUsageLimit.Builder. featureType(UsageLimitFeatureType featureType)The Amazon Redshift feature to which the limit applies.
-