Uses of Class
software.amazon.awssdk.services.apigateway.model.CreateUsagePlanResponse
-
Packages that use CreateUsagePlanResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of CreateUsagePlanResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return CreateUsagePlanResponse Modifier and Type Method Description default CreateUsagePlanResponseApiGatewayClient. createUsagePlan(Consumer<CreateUsagePlanRequest.Builder> 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.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type CreateUsagePlanResponse Modifier and Type Method Description default CompletableFuture<CreateUsagePlanResponse>ApiGatewayAsyncClient. createUsagePlan(Consumer<CreateUsagePlanRequest.Builder> createUsagePlanRequest)Creates a usage plan with the throttle and quota limits, as well as the associated API stages, specified in the payload.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.
-