| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
BillingMethod |
Run.billingMethod()
Specifies the billing method for a test run:
metered or unmetered. |
BillingMethod |
RemoteAccessSession.billingMethod()
The billing method of the remote access session.
|
BillingMethod |
CreateRemoteAccessSessionConfiguration.billingMethod()
The billing method for the remote access session.
|
BillingMethod |
ScheduleRunConfiguration.billingMethod()
Specifies the billing method for a test run:
metered or unmetered. |
static BillingMethod |
BillingMethod.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<BillingMethod> |
BillingMethod.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Run.Builder |
Run.Builder.billingMethod(BillingMethod billingMethod)
Specifies the billing method for a test run:
metered or unmetered. |
RemoteAccessSession.Builder |
RemoteAccessSession.Builder.billingMethod(BillingMethod billingMethod)
The billing method of the remote access session.
|
CreateRemoteAccessSessionConfiguration.Builder |
CreateRemoteAccessSessionConfiguration.Builder.billingMethod(BillingMethod billingMethod)
The billing method for the remote access session.
|
ScheduleRunConfiguration.Builder |
ScheduleRunConfiguration.Builder.billingMethod(BillingMethod billingMethod)
Specifies the billing method for a test run:
metered or unmetered. |
Copyright © 2019. All rights reserved.