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