Uses of Class
software.amazon.awssdk.services.codedeploy.model.ApplicationAlreadyExistsException
-
Packages that use ApplicationAlreadyExistsException Package Description software.amazon.awssdk.services.codedeploy CodeDeploy is a deployment service that automates application deployments to Amazon EC2 instances, on-premises instances running in your own facility, serverless Lambda functions, or applications in an Amazon ECS service. -
-
Uses of ApplicationAlreadyExistsException in software.amazon.awssdk.services.codedeploy
Methods in software.amazon.awssdk.services.codedeploy that throw ApplicationAlreadyExistsException Modifier and Type Method Description default CreateApplicationResponseCodeDeployClient. createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)Creates an application.default CreateApplicationResponseCodeDeployClient. createApplication(CreateApplicationRequest createApplicationRequest)Creates an application.default UpdateApplicationResponseCodeDeployClient. updateApplication(Consumer<UpdateApplicationRequest.Builder> updateApplicationRequest)Changes the name of an application.default UpdateApplicationResponseCodeDeployClient. updateApplication(UpdateApplicationRequest updateApplicationRequest)Changes the name of an application.
-