Uses of Class
software.amazon.awssdk.services.bedrock.model.OfferType
-
Packages that use OfferType Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of OfferType in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return OfferType Modifier and Type Method Description static OfferTypeOfferType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OfferTypeListFoundationModelAgreementOffersRequest. offerType()Type of offer associated with the model.static OfferTypeOfferType. valueOf(String name)Returns the enum constant of this type with the specified name.static OfferType[]OfferType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type OfferType Modifier and Type Method Description static Set<OfferType>OfferType. knownValues()Methods in software.amazon.awssdk.services.bedrock.model with parameters of type OfferType Modifier and Type Method Description ListFoundationModelAgreementOffersRequest.BuilderListFoundationModelAgreementOffersRequest.Builder. offerType(OfferType offerType)Type of offer associated with the model.
-