Amazon.DeviceFarm.AmazonDeviceFarmClient.GetAccountSettings C# (CSharp) Method

GetAccountSettings() public method

Returns the number of unmetered iOS and/or unmetered Android devices that have been purchased by the account.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public GetAccountSettings ( ) : GetAccountSettingsResponse
return Amazon.DeviceFarm.Model.GetAccountSettingsResponse
        public GetAccountSettingsResponse GetAccountSettings()
        {
            return GetAccountSettings(new GetAccountSettingsRequest());
        }

Same methods

AmazonDeviceFarmClient::GetAccountSettings ( GetAccountSettingsRequest request ) : GetAccountSettingsResponse
AmazonDeviceFarmClient