Uses of Enum
com.amazonaws.services.devicefarm.model.OfferingTransactionType
Packages that use OfferingTransactionType
-
Uses of OfferingTransactionType in com.amazonaws.services.devicefarm.model
Subclasses with type arguments of type OfferingTransactionType in com.amazonaws.services.devicefarm.modelMethods in com.amazonaws.services.devicefarm.model that return OfferingTransactionTypeModifier and TypeMethodDescriptionstatic OfferingTransactionTypeUse this in place of valueOf.static OfferingTransactionTypeReturns 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 com.amazonaws.services.devicefarm.model with parameters of type OfferingTransactionTypeModifier and TypeMethodDescriptionvoidOfferingStatus.setType(OfferingTransactionType type) The type specified for the offering status.OfferingStatus.withType(OfferingTransactionType type) The type specified for the offering status.