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