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

DeleteMethodResponse() public method

Deletes an existing MethodResponse resource.
/// /// /// /// /// /// /// /// /// ///
public DeleteMethodResponse ( DeleteMethodResponseRequest request ) : DeleteMethodResponseResponse
request Amazon.APIGateway.Model.DeleteMethodResponseRequest Container for the necessary parameters to execute the DeleteMethodResponse service method.
return DeleteMethodResponseResponse
        public DeleteMethodResponseResponse DeleteMethodResponse(DeleteMethodResponseRequest request)
        {
            var marshaller = new DeleteMethodResponseRequestMarshaller();
            var unmarshaller = DeleteMethodResponseResponseUnmarshaller.Instance;

            return Invoke<DeleteMethodResponseRequest,DeleteMethodResponseResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient