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