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

EndUpdateRestApi() public method

Finishes the asynchronous execution of the UpdateRestApi operation.
public EndUpdateRestApi ( IAsyncResult asyncResult ) : UpdateRestApiResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateRestApi.
return Amazon.APIGateway.Model.UpdateRestApiResponse
        public  UpdateRestApiResponse EndUpdateRestApi(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateRestApiResponse>(asyncResult);
        }
AmazonAPIGatewayClient