Uses of Class
software.amazon.awssdk.services.redshift.model.UsageLimitLimitType
-
Packages that use UsageLimitLimitType Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of UsageLimitLimitType in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return UsageLimitLimitType Modifier and Type Method Description static UsageLimitLimitTypeUsageLimitLimitType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UsageLimitLimitTypeCreateUsageLimitRequest. limitType()The type of limit.UsageLimitLimitTypeCreateUsageLimitResponse. limitType()The type of limit.UsageLimitLimitTypeModifyUsageLimitResponse. limitType()The type of limit.UsageLimitLimitTypeUsageLimit. limitType()The type of limit.static UsageLimitLimitTypeUsageLimitLimitType. 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.Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type UsageLimitLimitType Modifier and Type Method Description static Set<UsageLimitLimitType>UsageLimitLimitType. knownValues()Methods in software.amazon.awssdk.services.redshift.model with parameters of type UsageLimitLimitType Modifier and Type Method Description CreateUsageLimitRequest.BuilderCreateUsageLimitRequest.Builder. limitType(UsageLimitLimitType limitType)The type of limit.CreateUsageLimitResponse.BuilderCreateUsageLimitResponse.Builder. limitType(UsageLimitLimitType limitType)The type of limit.ModifyUsageLimitResponse.BuilderModifyUsageLimitResponse.Builder. limitType(UsageLimitLimitType limitType)The type of limit.UsageLimit.BuilderUsageLimit.Builder. limitType(UsageLimitLimitType limitType)The type of limit.
-