Uses of Class
software.amazon.awssdk.services.codedeploy.model.TagLimitExceededException
-
Packages that use TagLimitExceededException 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 TagLimitExceededException in software.amazon.awssdk.services.codedeploy
Methods in software.amazon.awssdk.services.codedeploy that throw TagLimitExceededException Modifier and Type Method Description default AddTagsToOnPremisesInstancesResponseCodeDeployClient. addTagsToOnPremisesInstances(Consumer<AddTagsToOnPremisesInstancesRequest.Builder> addTagsToOnPremisesInstancesRequest)Adds tags to on-premises instances.default AddTagsToOnPremisesInstancesResponseCodeDeployClient. addTagsToOnPremisesInstances(AddTagsToOnPremisesInstancesRequest addTagsToOnPremisesInstancesRequest)Adds tags to on-premises instances.default RemoveTagsFromOnPremisesInstancesResponseCodeDeployClient. removeTagsFromOnPremisesInstances(Consumer<RemoveTagsFromOnPremisesInstancesRequest.Builder> removeTagsFromOnPremisesInstancesRequest)Removes one or more tags from one or more on-premises instances.default RemoveTagsFromOnPremisesInstancesResponseCodeDeployClient. removeTagsFromOnPremisesInstances(RemoveTagsFromOnPremisesInstancesRequest removeTagsFromOnPremisesInstancesRequest)Removes one or more tags from one or more on-premises instances.
-