Uses of Class
software.amazon.awssdk.services.devicefarm.model.BillingMethod
-
Packages that use BillingMethod Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of BillingMethod in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return BillingMethod Modifier and Type Method Description BillingMethodCreateRemoteAccessSessionConfiguration. billingMethod()The billing method for the remote access session.BillingMethodRemoteAccessSession. billingMethod()The billing method of the remote access session.BillingMethodRun. billingMethod()Specifies the billing method for a test run:meteredorunmetered.BillingMethodScheduleRunConfiguration. billingMethod()Specifies the billing method for a test run:meteredorunmetered.static BillingMethodBillingMethod. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.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 software.amazon.awssdk.services.devicefarm.model that return types with arguments of type BillingMethod Modifier and Type Method Description static Set<BillingMethod>BillingMethod. knownValues()Methods in software.amazon.awssdk.services.devicefarm.model with parameters of type BillingMethod Modifier and Type Method Description CreateRemoteAccessSessionConfiguration.BuilderCreateRemoteAccessSessionConfiguration.Builder. billingMethod(BillingMethod billingMethod)The billing method for the remote access session.RemoteAccessSession.BuilderRemoteAccessSession.Builder. billingMethod(BillingMethod billingMethod)The billing method of the remote access session.Run.BuilderRun.Builder. billingMethod(BillingMethod billingMethod)Specifies the billing method for a test run:meteredorunmetered.ScheduleRunConfiguration.BuilderScheduleRunConfiguration.Builder. billingMethod(BillingMethod billingMethod)Specifies the billing method for a test run:meteredorunmetered.
-