| Package | Description |
|---|---|
| software.amazon.awssdk.services.bedrock |
Describes the API operations for creating and managing Bedrock models.
|
| software.amazon.awssdk.services.bedrock.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListProvisionedModelThroughputsResponse |
BedrockClient.listProvisionedModelThroughputs(Consumer<ListProvisionedModelThroughputsRequest.Builder> listProvisionedModelThroughputsRequest)
List the provisioned capacities.
|
default ListProvisionedModelThroughputsResponse |
BedrockClient.listProvisionedModelThroughputs(ListProvisionedModelThroughputsRequest listProvisionedModelThroughputsRequest)
List the provisioned capacities.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListProvisionedModelThroughputsResponse> |
ListProvisionedModelThroughputsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListProvisionedModelThroughputsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListProvisionedModelThroughputsResponse> subscriber) |
Copyright © 2023. All rights reserved.