Uses of Class
software.amazon.awssdk.services.bedrock.model.ListFoundationModelAgreementOffersResponse
-
Packages that use ListFoundationModelAgreementOffersResponse Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating, managing, fine-turning, and evaluating Amazon Bedrock models. -
-
Uses of ListFoundationModelAgreementOffersResponse in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock that return ListFoundationModelAgreementOffersResponse Modifier and Type Method Description default ListFoundationModelAgreementOffersResponseBedrockClient. listFoundationModelAgreementOffers(Consumer<ListFoundationModelAgreementOffersRequest.Builder> listFoundationModelAgreementOffersRequest)Get the offers associated with the specified model.default ListFoundationModelAgreementOffersResponseBedrockClient. listFoundationModelAgreementOffers(ListFoundationModelAgreementOffersRequest listFoundationModelAgreementOffersRequest)Get the offers associated with the specified model.Methods in software.amazon.awssdk.services.bedrock that return types with arguments of type ListFoundationModelAgreementOffersResponse Modifier and Type Method Description default CompletableFuture<ListFoundationModelAgreementOffersResponse>BedrockAsyncClient. listFoundationModelAgreementOffers(Consumer<ListFoundationModelAgreementOffersRequest.Builder> listFoundationModelAgreementOffersRequest)Get the offers associated with the specified model.default CompletableFuture<ListFoundationModelAgreementOffersResponse>BedrockAsyncClient. listFoundationModelAgreementOffers(ListFoundationModelAgreementOffersRequest listFoundationModelAgreementOffersRequest)Get the offers associated with the specified model.
-