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