Uses of Class
software.amazon.awssdk.services.apigateway.model.CreateUsagePlanResponse
Packages that use CreateUsagePlanResponse
-
Uses of CreateUsagePlanResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return CreateUsagePlanResponseModifier and TypeMethodDescriptiondefault 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 CreateUsagePlanResponseModifier and TypeMethodDescriptiondefault 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.