Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.UpdateDeploymentResponse
-
Packages that use UpdateDeploymentResponse Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2 -
-
Uses of UpdateDeploymentResponse in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 that return UpdateDeploymentResponse Modifier and Type Method Description default UpdateDeploymentResponseApiGatewayV2Client. updateDeployment(Consumer<UpdateDeploymentRequest.Builder> updateDeploymentRequest)Updates a Deployment.default UpdateDeploymentResponseApiGatewayV2Client. updateDeployment(UpdateDeploymentRequest updateDeploymentRequest)Updates a Deployment.Methods in software.amazon.awssdk.services.apigatewayv2 that return types with arguments of type UpdateDeploymentResponse Modifier and Type Method Description default CompletableFuture<UpdateDeploymentResponse>ApiGatewayV2AsyncClient. updateDeployment(Consumer<UpdateDeploymentRequest.Builder> updateDeploymentRequest)Updates a Deployment.default CompletableFuture<UpdateDeploymentResponse>ApiGatewayV2AsyncClient. updateDeployment(UpdateDeploymentRequest updateDeploymentRequest)Updates a Deployment.
-