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

EndPutRestApi() public method

Finishes the asynchronous execution of the PutRestApi operation.
public EndPutRestApi ( IAsyncResult asyncResult ) : PutRestApiResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutRestApi.
return Amazon.APIGateway.Model.PutRestApiResponse
        public  PutRestApiResponse EndPutRestApi(IAsyncResult asyncResult)
        {
            return EndInvoke<PutRestApiResponse>(asyncResult);
        }
AmazonAPIGatewayClient