Amazon.APIGateway.AmazonAPIGatewayClient.UpdateRestApiAsync C# (CSharp) Method

UpdateRestApiAsync() public method

Initiates the asynchronous execution of the UpdateRestApi operation.
public UpdateRestApiAsync ( UpdateRestApiRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateRestApiRequest Container for the necessary parameters to execute the UpdateRestApi operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<UpdateRestApiResponse> UpdateRestApiAsync(UpdateRestApiRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new UpdateRestApiRequestMarshaller();
            var unmarshaller = UpdateRestApiResponseUnmarshaller.Instance;

            return InvokeAsync<UpdateRestApiRequest,UpdateRestApiResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonAPIGatewayClient