Uses of Class
software.amazon.awssdk.services.bedrock.model.Offer
-
Packages that use Offer Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of Offer in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type Offer Modifier and Type Method Description List<Offer>ListFoundationModelAgreementOffersResponse. offers()List of the offers associated with the specified model.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type Offer Modifier and Type Method Description ListFoundationModelAgreementOffersResponse.BuilderListFoundationModelAgreementOffersResponse.Builder. offers(Offer... offers)List of the offers associated with the specified model.Method parameters in software.amazon.awssdk.services.bedrock.model with type arguments of type Offer Modifier and Type Method Description ListFoundationModelAgreementOffersResponse.BuilderListFoundationModelAgreementOffersResponse.Builder. offers(Collection<Offer> offers)List of the offers associated with the specified model.
-