Uses of Class
software.amazon.awssdk.services.bedrock.model.ListProvisionedModelThroughputsResponse
-
Packages that use ListProvisionedModelThroughputsResponse Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating, managing, fine-turning, and evaluating Amazon Bedrock models.software.amazon.awssdk.services.bedrock.paginators -
-
Uses of ListProvisionedModelThroughputsResponse in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock that return ListProvisionedModelThroughputsResponse Modifier and Type Method Description default ListProvisionedModelThroughputsResponseBedrockClient. listProvisionedModelThroughputs(Consumer<ListProvisionedModelThroughputsRequest.Builder> listProvisionedModelThroughputsRequest)Lists the Provisioned Throughputs in the account.default ListProvisionedModelThroughputsResponseBedrockClient. listProvisionedModelThroughputs(ListProvisionedModelThroughputsRequest listProvisionedModelThroughputsRequest)Lists the Provisioned Throughputs in the account.Methods in software.amazon.awssdk.services.bedrock that return types with arguments of type ListProvisionedModelThroughputsResponse Modifier and Type Method Description default CompletableFuture<ListProvisionedModelThroughputsResponse>BedrockAsyncClient. listProvisionedModelThroughputs(Consumer<ListProvisionedModelThroughputsRequest.Builder> listProvisionedModelThroughputsRequest)Lists the Provisioned Throughputs in the account.default CompletableFuture<ListProvisionedModelThroughputsResponse>BedrockAsyncClient. listProvisionedModelThroughputs(ListProvisionedModelThroughputsRequest listProvisionedModelThroughputsRequest)Lists the Provisioned Throughputs in the account. -
Uses of ListProvisionedModelThroughputsResponse in software.amazon.awssdk.services.bedrock.paginators
Methods in software.amazon.awssdk.services.bedrock.paginators that return types with arguments of type ListProvisionedModelThroughputsResponse Modifier and Type Method Description Iterator<ListProvisionedModelThroughputsResponse>ListProvisionedModelThroughputsIterable. iterator()Method parameters in software.amazon.awssdk.services.bedrock.paginators with type arguments of type ListProvisionedModelThroughputsResponse Modifier and Type Method Description voidListProvisionedModelThroughputsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListProvisionedModelThroughputsResponse> subscriber)
-