Uses of Class
software.amazon.awssdk.services.devicefarm.model.GetAccountSettingsResponse
-
Packages that use GetAccountSettingsResponse Package Description software.amazon.awssdk.services.devicefarm Welcome to the AWS Device Farm API documentation, which contains APIs for: -
-
Uses of GetAccountSettingsResponse in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm that return GetAccountSettingsResponse Modifier and Type Method Description default GetAccountSettingsResponseDeviceFarmClient. getAccountSettings()Returns the number of unmetered iOS or unmetered Android devices that have been purchased by the account.default GetAccountSettingsResponseDeviceFarmClient. getAccountSettings(Consumer<GetAccountSettingsRequest.Builder> getAccountSettingsRequest)Returns the number of unmetered iOS or unmetered Android devices that have been purchased by the account.default GetAccountSettingsResponseDeviceFarmClient. getAccountSettings(GetAccountSettingsRequest getAccountSettingsRequest)Returns the number of unmetered iOS or unmetered Android devices that have been purchased by the account.Methods in software.amazon.awssdk.services.devicefarm that return types with arguments of type GetAccountSettingsResponse Modifier and Type Method Description default CompletableFuture<GetAccountSettingsResponse>DeviceFarmAsyncClient. getAccountSettings()Returns the number of unmetered iOS or unmetered Android devices that have been purchased by the account.default CompletableFuture<GetAccountSettingsResponse>DeviceFarmAsyncClient. getAccountSettings(Consumer<GetAccountSettingsRequest.Builder> getAccountSettingsRequest)Returns the number of unmetered iOS or unmetered Android devices that have been purchased by the account.default CompletableFuture<GetAccountSettingsResponse>DeviceFarmAsyncClient. getAccountSettings(GetAccountSettingsRequest getAccountSettingsRequest)Returns the number of unmetered iOS or unmetered Android devices that have been purchased by the account.
-