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