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 and managing 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)List the provisioned capacities.default ListProvisionedModelThroughputsResponseBedrockClient. listProvisionedModelThroughputs(ListProvisionedModelThroughputsRequest listProvisionedModelThroughputsRequest)List the provisioned capacities.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)List the provisioned capacities.default CompletableFuture<ListProvisionedModelThroughputsResponse>BedrockAsyncClient. listProvisionedModelThroughputs(ListProvisionedModelThroughputsRequest listProvisionedModelThroughputsRequest)List the provisioned capacities. -
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)
-