Uses of Class
software.amazon.awssdk.services.marketplacecatalog.model.OfferStateString
-
Packages that use OfferStateString Package Description software.amazon.awssdk.services.marketplacecatalog.model -
-
Uses of OfferStateString in software.amazon.awssdk.services.marketplacecatalog.model
Methods in software.amazon.awssdk.services.marketplacecatalog.model that return OfferStateString Modifier and Type Method Description static OfferStateStringOfferStateString. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OfferStateStringOfferSummary. state()The status of the offer.static OfferStateStringOfferStateString. valueOf(String name)Returns the enum constant of this type with the specified name.static OfferStateString[]OfferStateString. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.marketplacecatalog.model that return types with arguments of type OfferStateString Modifier and Type Method Description static Set<OfferStateString>OfferStateString. knownValues()List<OfferStateString>OfferStateFilter. valueList()Allows filtering on theStateof an offer with list input.Methods in software.amazon.awssdk.services.marketplacecatalog.model with parameters of type OfferStateString Modifier and Type Method Description OfferSummary.BuilderOfferSummary.Builder. state(OfferStateString state)The status of the offer.OfferStateFilter.BuilderOfferStateFilter.Builder. valueList(OfferStateString... valueList)Allows filtering on theStateof an offer with list input.Method parameters in software.amazon.awssdk.services.marketplacecatalog.model with type arguments of type OfferStateString Modifier and Type Method Description OfferStateFilter.BuilderOfferStateFilter.Builder. valueList(Collection<OfferStateString> valueList)Allows filtering on theStateof an offer with list input.
-