Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.ListPhoneNumbersOptedOut C# (CSharp) Метод

ListPhoneNumbersOptedOut() публичный Метод

Returns a list of phone numbers that are opted out, meaning you cannot send SMS messages to them.

The results for ListPhoneNumbersOptedOut are paginated, and each page returns up to 100 phone numbers. If additional phone numbers are available after the first page of results, then a NextToken string will be returned. To receive the next page, you call ListPhoneNumbersOptedOut again using the NextToken string received from the previous call. When there are no more records to return, NextToken will be null.

/// Indicates that the user has been denied access to the requested resource. /// /// Indicates an internal service error. /// /// Indicates that a request parameter does not comply with the associated constraints. /// /// Indicates that the rate at which requests have been submitted for this action exceeds /// the limit for your account. ///
public ListPhoneNumbersOptedOut ( ListPhoneNumbersOptedOutRequest request ) : ListPhoneNumbersOptedOutResponse
request Amazon.SimpleNotificationService.Model.ListPhoneNumbersOptedOutRequest Container for the necessary parameters to execute the ListPhoneNumbersOptedOut service method.
Результат Amazon.SimpleNotificationService.Model.ListPhoneNumbersOptedOutResponse
        public ListPhoneNumbersOptedOutResponse ListPhoneNumbersOptedOut(ListPhoneNumbersOptedOutRequest request)
        {
            var marshaller = new ListPhoneNumbersOptedOutRequestMarshaller();
            var unmarshaller = ListPhoneNumbersOptedOutResponseUnmarshaller.Instance;

            return Invoke<ListPhoneNumbersOptedOutRequest,ListPhoneNumbersOptedOutResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleNotificationServiceClient