Uses of Enum
software.amazon.awssdk.services.bedrockruntime.model.ServiceTierType
Packages that use ServiceTierType
-
Uses of ServiceTierType in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return ServiceTierTypeModifier and TypeMethodDescriptionstatic ServiceTierTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ServiceTierTypeInvokeModelRequest.serviceTier()Specifies the processing tier type used for serving the request.final ServiceTierTypeInvokeModelResponse.serviceTier()Specifies the processing tier type used for serving the request.final ServiceTierTypeInvokeModelWithResponseStreamRequest.serviceTier()Specifies the processing tier type used for serving the request.final ServiceTierTypeInvokeModelWithResponseStreamResponse.serviceTier()Specifies the processing tier type used for serving the request.final ServiceTierTypeServiceTier.type()Specifies the processing tier type used for serving the request.static ServiceTierTypeReturns 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 ServiceTierTypeMethods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type ServiceTierTypeModifier and TypeMethodDescriptionInvokeModelRequest.Builder.serviceTier(ServiceTierType serviceTier) Specifies the processing tier type used for serving the request.InvokeModelResponse.Builder.serviceTier(ServiceTierType serviceTier) Specifies the processing tier type used for serving the request.InvokeModelWithResponseStreamRequest.Builder.serviceTier(ServiceTierType serviceTier) Specifies the processing tier type used for serving the request.InvokeModelWithResponseStreamResponse.Builder.serviceTier(ServiceTierType serviceTier) Specifies the processing tier type used for serving the request.ServiceTier.Builder.type(ServiceTierType type) Specifies the processing tier type used for serving the request.