Uses of Class
software.amazon.awssdk.services.codedeploy.model.DescriptionTooLongException
-
Packages that use DescriptionTooLongException 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 DescriptionTooLongException in software.amazon.awssdk.services.codedeploy
Methods in software.amazon.awssdk.services.codedeploy that throw DescriptionTooLongException Modifier and Type Method Description default CreateDeploymentResponseCodeDeployClient. createDeployment(Consumer<CreateDeploymentRequest.Builder> createDeploymentRequest)Deploys an application revision through the specified deployment group.default CreateDeploymentResponseCodeDeployClient. createDeployment(CreateDeploymentRequest createDeploymentRequest)Deploys an application revision through the specified deployment group.default RegisterApplicationRevisionResponseCodeDeployClient. registerApplicationRevision(Consumer<RegisterApplicationRevisionRequest.Builder> registerApplicationRevisionRequest)Registers with CodeDeploy a revision for the specified application.default RegisterApplicationRevisionResponseCodeDeployClient. registerApplicationRevision(RegisterApplicationRevisionRequest registerApplicationRevisionRequest)Registers with CodeDeploy a revision for the specified application.
-