Package | Description |
---|---|
com.amazonaws.services.devicefarm.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateRemoteAccessSessionConfiguration.setBillingMethod(BillingMethod billingMethod)
The billing method for the remote access session.
|
void |
ScheduleRunConfiguration.setBillingMethod(BillingMethod billingMethod)
Specifies the billing method for a test run:
metered or unmetered . |
void |
RemoteAccessSession.setBillingMethod(BillingMethod billingMethod)
The billing method of the remote access session.
|
void |
Run.setBillingMethod(BillingMethod billingMethod)
Specifies the billing method for a test run:
metered or unmetered . |
CreateRemoteAccessSessionConfiguration |
CreateRemoteAccessSessionConfiguration.withBillingMethod(BillingMethod billingMethod)
The billing method for the remote access session.
|
ScheduleRunConfiguration |
ScheduleRunConfiguration.withBillingMethod(BillingMethod billingMethod)
Specifies the billing method for a test run:
metered or unmetered . |
RemoteAccessSession |
RemoteAccessSession.withBillingMethod(BillingMethod billingMethod)
The billing method of the remote access session.
|
Run |
Run.withBillingMethod(BillingMethod billingMethod)
Specifies the billing method for a test run:
metered or unmetered . |
Copyright © 2019. All rights reserved.