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

EndImportRestApi() public method

Finishes the asynchronous execution of the ImportRestApi operation.
public EndImportRestApi ( IAsyncResult asyncResult ) : ImportRestApiResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginImportRestApi.
return Amazon.APIGateway.Model.ImportRestApiResponse
        public  ImportRestApiResponse EndImportRestApi(IAsyncResult asyncResult)
        {
            return EndInvoke<ImportRestApiResponse>(asyncResult);
        }
AmazonAPIGatewayClient