| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
TrialMinutes |
TrialMinutes.clone() |
TrialMinutes |
AccountSettings.getTrialMinutes()
Information about an AWS account's usage of free trial device minutes.
|
TrialMinutes |
TrialMinutes.withRemaining(Double remaining)
The number of free trial minutes remaining in the account.
|
TrialMinutes |
TrialMinutes.withTotal(Double total)
The total number of free trial minutes that the account started with.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AccountSettings.setTrialMinutes(TrialMinutes trialMinutes)
Information about an AWS account's usage of free trial device minutes.
|
AccountSettings |
AccountSettings.withTrialMinutes(TrialMinutes trialMinutes)
Information about an AWS account's usage of free trial device minutes.
|
Copyright © 2021. All rights reserved.