| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
AccountSettings |
AccountSettings.addMaxSlotsEntry(String key,
Integer value) |
AccountSettings |
AccountSettings.addUnmeteredDevicesEntry(String key,
Integer value) |
AccountSettings |
AccountSettings.addUnmeteredRemoteAccessDevicesEntry(String key,
Integer value) |
AccountSettings |
AccountSettings.clearMaxSlotsEntries()
Removes all the entries added into MaxSlots.
|
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.withMaxSlots(Map<String,Integer> maxSlots)
The maximum number of device slots that the AWS account can purchase.
|
AccountSettings |
AccountSettings.withSkipAppResign(Boolean skipAppResign)
When set to
true, for private devices, Device Farm will not sign your app again. |
AccountSettings |
AccountSettings.withTrialMinutes(TrialMinutes trialMinutes)
Information about an AWS account's usage of free trial device minutes.
|
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 © 2018. All rights reserved.