Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.UpdateStageResponse
-
Packages that use UpdateStageResponse Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2 -
-
Uses of UpdateStageResponse in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 that return UpdateStageResponse Modifier and Type Method Description default UpdateStageResponseApiGatewayV2Client. updateStage(Consumer<UpdateStageRequest.Builder> updateStageRequest)Updates a Stage.default UpdateStageResponseApiGatewayV2Client. updateStage(UpdateStageRequest updateStageRequest)Updates a Stage.Methods in software.amazon.awssdk.services.apigatewayv2 that return types with arguments of type UpdateStageResponse Modifier and Type Method Description default CompletableFuture<UpdateStageResponse>ApiGatewayV2AsyncClient. updateStage(Consumer<UpdateStageRequest.Builder> updateStageRequest)Updates a Stage.default CompletableFuture<UpdateStageResponse>ApiGatewayV2AsyncClient. updateStage(UpdateStageRequest updateStageRequest)Updates a Stage.
-