Uses of Class
software.amazon.awssdk.services.apigateway.model.CreateUsagePlanRequest
Packages that use CreateUsagePlanRequest
Package
Description
-
Uses of CreateUsagePlanRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type CreateUsagePlanRequestModifier and TypeMethodDescriptiondefault 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 CreateUsagePlanRequestModifier and TypeMethodDescriptionCreateUsagePlanRequestMarshaller.marshall(CreateUsagePlanRequest createUsagePlanRequest)