Uses of Class
software.amazon.awssdk.services.redshift.model.UsageLimitPeriod
-
Packages that use UsageLimitPeriod Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of UsageLimitPeriod in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return UsageLimitPeriod Modifier and Type Method Description static UsageLimitPeriodUsageLimitPeriod. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UsageLimitPeriodCreateUsageLimitRequest. period()The time period that the amount applies to.UsageLimitPeriodCreateUsageLimitResponse. period()The time period that the amount applies to.UsageLimitPeriodModifyUsageLimitResponse. period()The time period that the amount applies to.UsageLimitPeriodUsageLimit. period()The time period that the amount applies to.static UsageLimitPeriodUsageLimitPeriod. 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.Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type UsageLimitPeriod Modifier and Type Method Description static Set<UsageLimitPeriod>UsageLimitPeriod. knownValues()Methods in software.amazon.awssdk.services.redshift.model with parameters of type UsageLimitPeriod Modifier and Type Method Description CreateUsageLimitRequest.BuilderCreateUsageLimitRequest.Builder. period(UsageLimitPeriod period)The time period that the amount applies to.CreateUsageLimitResponse.BuilderCreateUsageLimitResponse.Builder. period(UsageLimitPeriod period)The time period that the amount applies to.ModifyUsageLimitResponse.BuilderModifyUsageLimitResponse.Builder. period(UsageLimitPeriod period)The time period that the amount applies to.UsageLimit.BuilderUsageLimit.Builder. period(UsageLimitPeriod period)The time period that the amount applies to.
-