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

CreateUsagePlan() public method

Creates a usage plan with the throttle and quota limits, as well as the associated API stages, specified in the payload.
/// /// /// /// /// /// /// /// /// /// /// ///
public CreateUsagePlan ( CreateUsagePlanRequest request ) : CreateUsagePlanResponse
request Amazon.APIGateway.Model.CreateUsagePlanRequest Container for the necessary parameters to execute the CreateUsagePlan service method.
return Amazon.APIGateway.Model.CreateUsagePlanResponse
        public CreateUsagePlanResponse CreateUsagePlan(CreateUsagePlanRequest request)
        {
            var marshaller = new CreateUsagePlanRequestMarshaller();
            var unmarshaller = CreateUsagePlanResponseUnmarshaller.Instance;

            return Invoke<CreateUsagePlanRequest,CreateUsagePlanResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient