Uses of Class
com.amazonaws.services.devicefarm.model.GetAccountSettingsResult
-
Packages that use GetAccountSettingsResult Package Description com.amazonaws.services.devicefarm com.amazonaws.services.devicefarm.model -
-
Uses of GetAccountSettingsResult in com.amazonaws.services.devicefarm
Methods in com.amazonaws.services.devicefarm that return GetAccountSettingsResult Modifier and Type Method Description GetAccountSettingsResult
AbstractAWSDeviceFarm. getAccountSettings(GetAccountSettingsRequest request)
GetAccountSettingsResult
AWSDeviceFarm. getAccountSettings(GetAccountSettingsRequest getAccountSettingsRequest)
Returns the number of unmetered iOS and/or unmetered Android devices that have been purchased by the account.GetAccountSettingsResult
AWSDeviceFarmClient. getAccountSettings(GetAccountSettingsRequest getAccountSettingsRequest)
Returns the number of unmetered iOS and/or unmetered Android devices that have been purchased by the account.Method parameters in com.amazonaws.services.devicefarm with type arguments of type GetAccountSettingsResult Modifier and Type Method Description Future<GetAccountSettingsResult>
AbstractAWSDeviceFarmAsync. getAccountSettingsAsync(GetAccountSettingsRequest request, AsyncHandler<GetAccountSettingsRequest,GetAccountSettingsResult> asyncHandler)
Future<GetAccountSettingsResult>
AWSDeviceFarmAsync. getAccountSettingsAsync(GetAccountSettingsRequest getAccountSettingsRequest, AsyncHandler<GetAccountSettingsRequest,GetAccountSettingsResult> asyncHandler)
Returns the number of unmetered iOS and/or unmetered Android devices that have been purchased by the account.Future<GetAccountSettingsResult>
AWSDeviceFarmAsyncClient. getAccountSettingsAsync(GetAccountSettingsRequest request, AsyncHandler<GetAccountSettingsRequest,GetAccountSettingsResult> asyncHandler)
-
Uses of GetAccountSettingsResult in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return GetAccountSettingsResult Modifier and Type Method Description GetAccountSettingsResult
GetAccountSettingsResult. clone()
GetAccountSettingsResult
GetAccountSettingsResult. withAccountSettings(AccountSettings accountSettings)
-