Uses of Class
software.amazon.awssdk.services.bedrock.model.UpdateProvisionedModelThroughputResponse
-
Packages that use UpdateProvisionedModelThroughputResponse Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating and managing Amazon Bedrock models. -
-
Uses of UpdateProvisionedModelThroughputResponse in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock that return UpdateProvisionedModelThroughputResponse Modifier and Type Method Description default UpdateProvisionedModelThroughputResponseBedrockClient. updateProvisionedModelThroughput(Consumer<UpdateProvisionedModelThroughputRequest.Builder> updateProvisionedModelThroughputRequest)Update a provisioned throughput.default UpdateProvisionedModelThroughputResponseBedrockClient. updateProvisionedModelThroughput(UpdateProvisionedModelThroughputRequest updateProvisionedModelThroughputRequest)Update a provisioned throughput.Methods in software.amazon.awssdk.services.bedrock that return types with arguments of type UpdateProvisionedModelThroughputResponse Modifier and Type Method Description default CompletableFuture<UpdateProvisionedModelThroughputResponse>BedrockAsyncClient. updateProvisionedModelThroughput(Consumer<UpdateProvisionedModelThroughputRequest.Builder> updateProvisionedModelThroughputRequest)Update a provisioned throughput.default CompletableFuture<UpdateProvisionedModelThroughputResponse>BedrockAsyncClient. updateProvisionedModelThroughput(UpdateProvisionedModelThroughputRequest updateProvisionedModelThroughputRequest)Update a provisioned throughput.
-