Uses of Class
software.amazon.awssdk.services.apigateway.model.CreateUsagePlanRequest
-
Packages that use CreateUsagePlanRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of CreateUsagePlanRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type CreateUsagePlanRequest Modifier and Type Method Description default CompletableFuture<CreateUsagePlanResponse>ApiGatewayAsyncClient. createUsagePlan(CreateUsagePlanRequest createUsagePlanRequest)Creates a usage plan with the throttle and quota limits, as well as the associated API stages, specified in the payload.default CreateUsagePlanResponseApiGatewayClient. createUsagePlan(CreateUsagePlanRequest createUsagePlanRequest)Creates a usage plan with the throttle and quota limits, as well as the associated API stages, specified in the payload. -
Uses of CreateUsagePlanRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type CreateUsagePlanRequest Modifier and Type Method Description SdkHttpFullRequestCreateUsagePlanRequestMarshaller. marshall(CreateUsagePlanRequest createUsagePlanRequest)
-