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() |
AccountSettings |
AccountSettings.withAwsAccountNumber(String awsAccountNumber)
The AWS account number specified in the
AccountSettings
container. |
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) |
GetAccountSettingsResult |
GetAccountSettingsResult.withAccountSettings(AccountSettings accountSettings) |
Copyright © 2018. All rights reserved.