Uses of Class
com.amazonaws.services.devicefarm.model.OfferingTransactionType
-
Packages that use OfferingTransactionType Package Description com.amazonaws.services.devicefarm.model -
-
Uses of OfferingTransactionType in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return OfferingTransactionType Modifier and Type Method Description static OfferingTransactionType
OfferingTransactionType. fromValue(String value)
Use this in place of valueOf.static OfferingTransactionType
OfferingTransactionType. 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 com.amazonaws.services.devicefarm.model with parameters of type OfferingTransactionType Modifier and Type Method Description void
OfferingStatus. setType(OfferingTransactionType type)
The type specified for the offering status.OfferingStatus
OfferingStatus. withType(OfferingTransactionType type)
The type specified for the offering status.
-