Uses of Class
com.amazonaws.services.devicefarm.model.BillingMethod
-
Packages that use BillingMethod Package Description com.amazonaws.services.devicefarm.model -
-
Uses of BillingMethod in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return BillingMethod Modifier and Type Method Description static BillingMethod
BillingMethod. fromValue(String value)
Use this in place of valueOf.static BillingMethod
BillingMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static BillingMethod[]
BillingMethod. 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 BillingMethod Modifier and Type Method Description void
Run. setBillingMethod(BillingMethod billingMethod)
Specifies the billing method for a test run:metered
orunmetered
.void
ScheduleRunConfiguration. setBillingMethod(BillingMethod billingMethod)
Specifies the billing method for a test run:metered
orunmetered
.Run
Run. withBillingMethod(BillingMethod billingMethod)
Specifies the billing method for a test run:metered
orunmetered
.ScheduleRunConfiguration
ScheduleRunConfiguration. withBillingMethod(BillingMethod billingMethod)
Specifies the billing method for a test run:metered
orunmetered
.
-