Uses of Class
software.amazon.awssdk.services.apigateway.model.UpdateDeploymentResponse
-
Packages that use UpdateDeploymentResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of UpdateDeploymentResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return UpdateDeploymentResponse Modifier and Type Method Description default UpdateDeploymentResponseApiGatewayClient. updateDeployment(Consumer<UpdateDeploymentRequest.Builder> updateDeploymentRequest)Changes information about a Deployment resource.default UpdateDeploymentResponseApiGatewayClient. updateDeployment(UpdateDeploymentRequest updateDeploymentRequest)Changes information about a Deployment resource.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type UpdateDeploymentResponse Modifier and Type Method Description default CompletableFuture<UpdateDeploymentResponse>ApiGatewayAsyncClient. updateDeployment(Consumer<UpdateDeploymentRequest.Builder> updateDeploymentRequest)Changes information about a Deployment resource.default CompletableFuture<UpdateDeploymentResponse>ApiGatewayAsyncClient. updateDeployment(UpdateDeploymentRequest updateDeploymentRequest)Changes information about a Deployment resource.
-