Package | Description |
---|---|
com.amazonaws.services.devicefarm.model | |
com.amazonaws.services.devicefarm.model.transform |
Modifier and Type | Field and Description |
---|---|
private AccountSettings |
GetAccountSettingsResult.accountSettings |
Modifier and Type | Method and Description |
---|---|
AccountSettings |
AccountSettings.addUnmeteredDevicesEntry(java.lang.String key,
java.lang.Integer value) |
AccountSettings |
AccountSettings.addUnmeteredRemoteAccessDevicesEntry(java.lang.String key,
java.lang.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(java.lang.String awsAccountNumber)
The AWS account number specified in the
AccountSettings
container. |
AccountSettings |
AccountSettings.withUnmeteredDevices(java.util.Map<java.lang.String,java.lang.Integer> unmeteredDevices)
Returns the unmetered devices you have purchased or want to purchase.
|
AccountSettings |
AccountSettings.withUnmeteredRemoteAccessDevices(java.util.Map<java.lang.String,java.lang.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) |
Modifier and Type | Method and Description |
---|---|
AccountSettings |
AccountSettingsJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
AccountSettingsJsonMarshaller.marshall(AccountSettings accountSettings,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|