Uses of Class
software.amazon.awssdk.services.apigateway.model.UpdateDeploymentResponse
Packages that use UpdateDeploymentResponse
-
Uses of UpdateDeploymentResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return UpdateDeploymentResponseModifier and TypeMethodDescriptiondefault 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 UpdateDeploymentResponseModifier and TypeMethodDescriptionApiGatewayAsyncClient.updateDeployment(Consumer<UpdateDeploymentRequest.Builder> updateDeploymentRequest) Changes information about a Deployment resource.ApiGatewayAsyncClient.updateDeployment(UpdateDeploymentRequest updateDeploymentRequest) Changes information about a Deployment resource.