Uses of Class
com.amazonaws.services.devicefarm.model.AccountSettings
Packages that use AccountSettings
-
Uses of AccountSettings in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return AccountSettingsModifier and TypeMethodDescriptionAccountSettings.addUnmeteredDevicesEntry
(String key, Integer value) AccountSettings.addUnmeteredRemoteAccessDevicesEntry
(String key, Integer value) AccountSettings.clearUnmeteredDevicesEntries()
Removes all the entries added into UnmeteredDevices.AccountSettings.clearUnmeteredRemoteAccessDevicesEntries()
Removes all the entries added into UnmeteredRemoteAccessDevices.AccountSettings.clone()
GetAccountSettingsResult.getAccountSettings()
AccountSettings.withAwsAccountNumber
(String awsAccountNumber) The AWS account number specified in theAccountSettings
container.AccountSettings.withUnmeteredDevices
(Map<String, Integer> unmeteredDevices) Returns the unmetered devices you have purchased or want to purchase.AccountSettings.withUnmeteredRemoteAccessDevices
(Map<String, Integer> unmeteredRemoteAccessDevices) Returns the unmetered remote access devices you have purchased or want to purchase.Methods in com.amazonaws.services.devicefarm.model with parameters of type AccountSettingsModifier and TypeMethodDescriptionvoid
GetAccountSettingsResult.setAccountSettings
(AccountSettings accountSettings) GetAccountSettingsResult.withAccountSettings
(AccountSettings accountSettings)