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 GetAccountSettingsResultAbstractAWSDeviceFarm. getAccountSettings(GetAccountSettingsRequest request)GetAccountSettingsResultAWSDeviceFarm. getAccountSettings(GetAccountSettingsRequest getAccountSettingsRequest)Returns the number of unmetered iOS and/or unmetered Android devices that have been purchased by the account.GetAccountSettingsResultAWSDeviceFarmClient. 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 GetAccountSettingsResultGetAccountSettingsResult. clone()GetAccountSettingsResultGetAccountSettingsResult. withAccountSettings(AccountSettings accountSettings)
-