Amazon.APIGateway.AmazonAPIGatewayClient.UpdateIntegrationResponseAsync C# (CSharp) Метод

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

Initiates the asynchronous execution of the UpdateIntegrationResponse operation.
public UpdateIntegrationResponseAsync ( UpdateIntegrationResponseRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateIntegrationResponseRequest Container for the necessary parameters to execute the UpdateIntegrationResponse operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<UpdateIntegrationResponseResponse> UpdateIntegrationResponseAsync(UpdateIntegrationResponseRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new UpdateIntegrationResponseRequestMarshaller();
            var unmarshaller = UpdateIntegrationResponseResponseUnmarshaller.Instance;

            return InvokeAsync<UpdateIntegrationResponseRequest,UpdateIntegrationResponseResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonAPIGatewayClient