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 BillingMethodBillingMethod. fromValue(String value)Use this in place of valueOf.static BillingMethodBillingMethod. 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 voidRun. setBillingMethod(BillingMethod billingMethod)Specifies the billing method for a test run:meteredorunmetered.voidScheduleRunConfiguration. setBillingMethod(BillingMethod billingMethod)Specifies the billing method for a test run:meteredorunmetered.RunRun. withBillingMethod(BillingMethod billingMethod)Specifies the billing method for a test run:meteredorunmetered.ScheduleRunConfigurationScheduleRunConfiguration. withBillingMethod(BillingMethod billingMethod)Specifies the billing method for a test run:meteredorunmetered.
-