Amazon.SimpleNotificationService.AmazonSimpleNotificationServiceClient.ListSubscriptionsAsync C# (CSharp) Method

ListSubscriptionsAsync() public method

/// 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. ///
public ListSubscriptionsAsync ( ListSubscriptionsResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
callback ListSubscriptionsResponse>.AmazonServiceCallback
options Amazon.Runtime.AsyncOptions /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. ///
return void
        public void ListSubscriptionsAsync(AmazonServiceCallback<ListSubscriptionsRequest, ListSubscriptionsResponse> callback, AsyncOptions options = null)
        {
            ListSubscriptionsAsync(new ListSubscriptionsRequest(), callback, options);
        }

Same methods

AmazonSimpleNotificationServiceClient::ListSubscriptionsAsync ( ListSubscriptionsRequest request, System cancellationToken = default(CancellationToken) ) : Task
AmazonSimpleNotificationServiceClient::ListSubscriptionsAsync ( System cancellationToken = default(CancellationToken) ) : Task
AmazonSimpleNotificationServiceClient::ListSubscriptionsAsync ( string nextToken, System cancellationToken = default(CancellationToken) ) : Task
AmazonSimpleNotificationServiceClient::ListSubscriptionsAsync ( ListSubscriptionsRequest request, ListSubscriptionsResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonSimpleNotificationServiceClient::ListSubscriptionsAsync ( string nextToken, ListSubscriptionsResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonSimpleNotificationServiceClient