Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ServiceTierType
-
Packages that use ServiceTierType Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of ServiceTierType in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ServiceTierType Modifier and Type Method Description static ServiceTierTypeServiceTierType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ServiceTierTypeInvokeModelRequest. serviceTier()Specifies the processing tier type used for serving the request.ServiceTierTypeInvokeModelResponse. serviceTier()Specifies the processing tier type used for serving the request.ServiceTierTypeInvokeModelWithResponseStreamRequest. serviceTier()Specifies the processing tier type used for serving the request.ServiceTierTypeInvokeModelWithResponseStreamResponse. serviceTier()Specifies the processing tier type used for serving the request.ServiceTierTypeServiceTier. type()Specifies the processing tier type used for serving the request.static ServiceTierTypeServiceTierType. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceTierType[]ServiceTierType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type ServiceTierType Modifier and Type Method Description static Set<ServiceTierType>ServiceTierType. knownValues()Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type ServiceTierType Modifier and Type Method Description InvokeModelRequest.BuilderInvokeModelRequest.Builder. serviceTier(ServiceTierType serviceTier)Specifies the processing tier type used for serving the request.InvokeModelResponse.BuilderInvokeModelResponse.Builder. serviceTier(ServiceTierType serviceTier)Specifies the processing tier type used for serving the request.InvokeModelWithResponseStreamRequest.BuilderInvokeModelWithResponseStreamRequest.Builder. serviceTier(ServiceTierType serviceTier)Specifies the processing tier type used for serving the request.InvokeModelWithResponseStreamResponse.BuilderInvokeModelWithResponseStreamResponse.Builder. serviceTier(ServiceTierType serviceTier)Specifies the processing tier type used for serving the request.ServiceTier.BuilderServiceTier.Builder. type(ServiceTierType type)Specifies the processing tier type used for serving the request.
-