Uses of Class
software.amazon.awssdk.services.apigateway.model.UpdateStageResponse
-
Packages that use UpdateStageResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of UpdateStageResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return UpdateStageResponse Modifier and Type Method Description default UpdateStageResponseApiGatewayClient. updateStage(Consumer<UpdateStageRequest.Builder> updateStageRequest)Changes information about a Stage resource.default UpdateStageResponseApiGatewayClient. updateStage(UpdateStageRequest updateStageRequest)Changes information about a Stage resource.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type UpdateStageResponse Modifier and Type Method Description default CompletableFuture<UpdateStageResponse>ApiGatewayAsyncClient. updateStage(Consumer<UpdateStageRequest.Builder> updateStageRequest)Changes information about a Stage resource.default CompletableFuture<UpdateStageResponse>ApiGatewayAsyncClient. updateStage(UpdateStageRequest updateStageRequest)Changes information about a Stage resource.
-