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

UpdateUsagePlan() public method

Updates a usage plan of a given plan Id.
/// /// /// /// /// /// /// /// /// ///
public UpdateUsagePlan ( UpdateUsagePlanRequest request ) : UpdateUsagePlanResponse
request UpdateUsagePlanRequest Container for the necessary parameters to execute the UpdateUsagePlan service method.
return UpdateUsagePlanResponse
        public UpdateUsagePlanResponse UpdateUsagePlan(UpdateUsagePlanRequest request)
        {
            var marshaller = new UpdateUsagePlanRequestMarshaller();
            var unmarshaller = UpdateUsagePlanResponseUnmarshaller.Instance;

            return Invoke<UpdateUsagePlanRequest,UpdateUsagePlanResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient