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

EndUpdateMethodResponse() public method

Finishes the asynchronous execution of the UpdateMethodResponse operation.
public EndUpdateMethodResponse ( IAsyncResult asyncResult ) : UpdateMethodResponseResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateMethodResponse.
return Amazon.APIGateway.Model.UpdateMethodResponseResponse
        public  UpdateMethodResponseResponse EndUpdateMethodResponse(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateMethodResponseResponse>(asyncResult);
        }
AmazonAPIGatewayClient