Uses of Enum
com.amazonaws.services.devicefarm.model.BillingMethod
Packages that use BillingMethod
-
Uses of BillingMethod in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return BillingMethodModifier and TypeMethodDescriptionstatic BillingMethodUse this in place of valueOf.static BillingMethodReturns 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 BillingMethodModifier and TypeMethodDescriptionvoidRun.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.Run.withBillingMethod(BillingMethod billingMethod) Specifies the billing method for a test run:meteredorunmetered.ScheduleRunConfiguration.withBillingMethod(BillingMethod billingMethod) Specifies the billing method for a test run:meteredorunmetered.