Uses of Class
software.amazon.awssdk.services.bedrock.model.ListProvisionedModelThroughputsRequest
-
Packages that use ListProvisionedModelThroughputsRequest Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating and managing Amazon Bedrock models.software.amazon.awssdk.services.bedrock.paginators software.amazon.awssdk.services.bedrock.transform -
-
Uses of ListProvisionedModelThroughputsRequest in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock with parameters of type ListProvisionedModelThroughputsRequest Modifier and Type Method Description default CompletableFuture<ListProvisionedModelThroughputsResponse>BedrockAsyncClient. listProvisionedModelThroughputs(ListProvisionedModelThroughputsRequest listProvisionedModelThroughputsRequest)List the provisioned capacities.default ListProvisionedModelThroughputsResponseBedrockClient. listProvisionedModelThroughputs(ListProvisionedModelThroughputsRequest listProvisionedModelThroughputsRequest)List the provisioned capacities.default ListProvisionedModelThroughputsPublisherBedrockAsyncClient. listProvisionedModelThroughputsPaginator(ListProvisionedModelThroughputsRequest listProvisionedModelThroughputsRequest)default ListProvisionedModelThroughputsIterableBedrockClient. listProvisionedModelThroughputsPaginator(ListProvisionedModelThroughputsRequest listProvisionedModelThroughputsRequest) -
Uses of ListProvisionedModelThroughputsRequest in software.amazon.awssdk.services.bedrock.paginators
Constructors in software.amazon.awssdk.services.bedrock.paginators with parameters of type ListProvisionedModelThroughputsRequest Constructor Description ListProvisionedModelThroughputsIterable(BedrockClient client, ListProvisionedModelThroughputsRequest firstRequest)ListProvisionedModelThroughputsPublisher(BedrockAsyncClient client, ListProvisionedModelThroughputsRequest firstRequest) -
Uses of ListProvisionedModelThroughputsRequest in software.amazon.awssdk.services.bedrock.transform
Methods in software.amazon.awssdk.services.bedrock.transform with parameters of type ListProvisionedModelThroughputsRequest Modifier and Type Method Description SdkHttpFullRequestListProvisionedModelThroughputsRequestMarshaller. marshall(ListProvisionedModelThroughputsRequest listProvisionedModelThroughputsRequest)
-