Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ServiceTier
-
Packages that use ServiceTier Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of ServiceTier in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ServiceTier Modifier and Type Method Description ServiceTierConverseRequest. serviceTier()Specifies the processing tier configuration used for serving the request.ServiceTierConverseResponse. serviceTier()Specifies the processing tier configuration used for serving the request.ServiceTierConverseStreamMetadataEvent. serviceTier()Specifies the processing tier configuration used for serving the request.ServiceTierConverseStreamRequest. serviceTier()Specifies the processing tier configuration used for serving the request.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type ServiceTier Modifier and Type Method Description ConverseRequest.BuilderConverseRequest.Builder. serviceTier(ServiceTier serviceTier)Specifies the processing tier configuration used for serving the request.ConverseResponse.BuilderConverseResponse.Builder. serviceTier(ServiceTier serviceTier)Specifies the processing tier configuration used for serving the request.ConverseStreamMetadataEvent.BuilderConverseStreamMetadataEvent.Builder. serviceTier(ServiceTier serviceTier)Specifies the processing tier configuration used for serving the request.ConverseStreamMetadataEvent.BuilderConverseStreamMetadataEvent.BuilderImpl. serviceTier(ServiceTier serviceTier)ConverseStreamRequest.BuilderConverseStreamRequest.Builder. serviceTier(ServiceTier serviceTier)Specifies the processing tier configuration used for serving the request.
-