| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
AccountSettings |
AccountSettings.addUnmeteredDevicesEntry(String key,
Integer value) |
AccountSettings |
AccountSettings.addUnmeteredRemoteAccessDevicesEntry(String key,
Integer value) |
AccountSettings |
AccountSettings.clearUnmeteredDevicesEntries()
Removes all the entries added into UnmeteredDevices.
|
AccountSettings |
AccountSettings.clearUnmeteredRemoteAccessDevicesEntries()
Removes all the entries added into UnmeteredRemoteAccessDevices.
|
AccountSettings |
AccountSettings.clone() |
AccountSettings |
GetAccountSettingsResult.getAccountSettings()
The account settings.
|
AccountSettings |
AccountSettings.withAwsAccountNumber(String awsAccountNumber)
The AWS account number specified in the
AccountSettings container. |
AccountSettings |
AccountSettings.withDefaultJobTimeoutMinutes(Integer defaultJobTimeoutMinutes)
The default number of minutes (at the account level) a test run will execute before it times out.
|
AccountSettings |
AccountSettings.withMaxJobTimeoutMinutes(Integer maxJobTimeoutMinutes)
The maximum number of minutes a test run will execute before it times out.
|
AccountSettings |
AccountSettings.withUnmeteredDevices(Map<String,Integer> unmeteredDevices)
Returns the unmetered devices you have purchased or want to purchase.
|
AccountSettings |
AccountSettings.withUnmeteredRemoteAccessDevices(Map<String,Integer> unmeteredRemoteAccessDevices)
Returns the unmetered remote access devices you have purchased or want to purchase.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetAccountSettingsResult.setAccountSettings(AccountSettings accountSettings)
The account settings.
|
GetAccountSettingsResult |
GetAccountSettingsResult.withAccountSettings(AccountSettings accountSettings)
The account settings.
|
Copyright © 2017. All rights reserved.