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

EndPutIntegrationResponse() public method

Finishes the asynchronous execution of the PutIntegrationResponse operation.
public EndPutIntegrationResponse ( IAsyncResult asyncResult ) : PutIntegrationResponseResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutIntegrationResponse.
return Amazon.APIGateway.Model.PutIntegrationResponseResponse
        public  PutIntegrationResponseResponse EndPutIntegrationResponse(IAsyncResult asyncResult)
        {
            return EndInvoke<PutIntegrationResponseResponse>(asyncResult);
        }
AmazonAPIGatewayClient