Uses of Class
software.amazon.awssdk.services.devicefarm.model.OfferingTransactionType
-
Packages that use OfferingTransactionType Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of OfferingTransactionType in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return OfferingTransactionType Modifier and Type Method Description static OfferingTransactionTypeOfferingTransactionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OfferingTransactionTypeOfferingStatus. type()The type specified for the offering status.static OfferingTransactionTypeOfferingTransactionType. valueOf(String name)Returns the enum constant of this type with the specified name.static OfferingTransactionType[]OfferingTransactionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type OfferingTransactionType Modifier and Type Method Description static Set<OfferingTransactionType>OfferingTransactionType. knownValues()Methods in software.amazon.awssdk.services.devicefarm.model with parameters of type OfferingTransactionType Modifier and Type Method Description OfferingStatus.BuilderOfferingStatus.Builder. type(OfferingTransactionType type)The type specified for the offering status.
-