Uses of Class
software.amazon.awssdk.services.redshiftserverless.model.UsageLimitUsageType
-
Packages that use UsageLimitUsageType Package Description software.amazon.awssdk.services.redshiftserverless.model -
-
Uses of UsageLimitUsageType in software.amazon.awssdk.services.redshiftserverless.model
Methods in software.amazon.awssdk.services.redshiftserverless.model that return UsageLimitUsageType Modifier and Type Method Description static UsageLimitUsageTypeUsageLimitUsageType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UsageLimitUsageTypeCreateUsageLimitRequest. usageType()The type of Amazon Redshift Serverless usage to create a usage limit for.UsageLimitUsageTypeListUsageLimitsRequest. usageType()The Amazon Redshift Serverless feature whose limits you want to see.UsageLimitUsageTypeUsageLimit. usageType()The Amazon Redshift Serverless feature to limit.static UsageLimitUsageTypeUsageLimitUsageType. valueOf(String name)Returns the enum constant of this type with the specified name.static UsageLimitUsageType[]UsageLimitUsageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.redshiftserverless.model that return types with arguments of type UsageLimitUsageType Modifier and Type Method Description static Set<UsageLimitUsageType>UsageLimitUsageType. knownValues()Methods in software.amazon.awssdk.services.redshiftserverless.model with parameters of type UsageLimitUsageType Modifier and Type Method Description CreateUsageLimitRequest.BuilderCreateUsageLimitRequest.Builder. usageType(UsageLimitUsageType usageType)The type of Amazon Redshift Serverless usage to create a usage limit for.ListUsageLimitsRequest.BuilderListUsageLimitsRequest.Builder. usageType(UsageLimitUsageType usageType)The Amazon Redshift Serverless feature whose limits you want to see.UsageLimit.BuilderUsageLimit.Builder. usageType(UsageLimitUsageType usageType)The Amazon Redshift Serverless feature to limit.
-