Uses of Class
software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanResponse
-
Packages that use UpdateUsagePlanResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of UpdateUsagePlanResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return UpdateUsagePlanResponse Modifier and Type Method Description default UpdateUsagePlanResponseApiGatewayClient. updateUsagePlan(Consumer<UpdateUsagePlanRequest.Builder> updateUsagePlanRequest)Updates a usage plan of a given plan Id.default UpdateUsagePlanResponseApiGatewayClient. updateUsagePlan(UpdateUsagePlanRequest updateUsagePlanRequest)Updates a usage plan of a given plan Id.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type UpdateUsagePlanResponse Modifier and Type Method Description default CompletableFuture<UpdateUsagePlanResponse>ApiGatewayAsyncClient. updateUsagePlan(Consumer<UpdateUsagePlanRequest.Builder> updateUsagePlanRequest)Updates a usage plan of a given plan Id.default CompletableFuture<UpdateUsagePlanResponse>ApiGatewayAsyncClient. updateUsagePlan(UpdateUsagePlanRequest updateUsagePlanRequest)Updates a usage plan of a given plan Id.
-