Uses of Class
software.amazon.awssdk.services.codedeploy.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of Tag in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>AddTagsToOnPremisesInstancesRequest. tags()The tag key-value pairs to add to the on-premises instances.List<Tag>CreateApplicationRequest. tags()The metadata that you apply to CodeDeploy applications to help you organize and categorize them.List<Tag>CreateDeploymentGroupRequest. tags()The metadata that you apply to CodeDeploy deployment groups to help you organize and categorize them.List<Tag>InstanceInfo. tags()The tags currently associated with the on-premises instance.List<Tag>ListTagsForResourceResponse. tags()A list of tags returned byListTagsForResource.List<Tag>RemoveTagsFromOnPremisesInstancesRequest. tags()The tag key-value pairs to remove from the on-premises instances.List<Tag>TagResourceRequest. tags()A list of tags thatTagResourceassociates with a resource.Methods in software.amazon.awssdk.services.codedeploy.model with parameters of type Tag Modifier and Type Method Description AddTagsToOnPremisesInstancesRequest.BuilderAddTagsToOnPremisesInstancesRequest.Builder. tags(Tag... tags)The tag key-value pairs to add to the on-premises instances.CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. tags(Tag... tags)The metadata that you apply to CodeDeploy applications to help you organize and categorize them.CreateDeploymentGroupRequest.BuilderCreateDeploymentGroupRequest.Builder. tags(Tag... tags)The metadata that you apply to CodeDeploy deployment groups to help you organize and categorize them.InstanceInfo.BuilderInstanceInfo.Builder. tags(Tag... tags)The tags currently associated with the on-premises instance.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)A list of tags returned byListTagsForResource.RemoveTagsFromOnPremisesInstancesRequest.BuilderRemoveTagsFromOnPremisesInstancesRequest.Builder. tags(Tag... tags)The tag key-value pairs to remove from the on-premises instances.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)A list of tags thatTagResourceassociates with a resource.Method parameters in software.amazon.awssdk.services.codedeploy.model with type arguments of type Tag Modifier and Type Method Description AddTagsToOnPremisesInstancesRequest.BuilderAddTagsToOnPremisesInstancesRequest.Builder. tags(Collection<Tag> tags)The tag key-value pairs to add to the on-premises instances.CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. tags(Collection<Tag> tags)The metadata that you apply to CodeDeploy applications to help you organize and categorize them.CreateDeploymentGroupRequest.BuilderCreateDeploymentGroupRequest.Builder. tags(Collection<Tag> tags)The metadata that you apply to CodeDeploy deployment groups to help you organize and categorize them.InstanceInfo.BuilderInstanceInfo.Builder. tags(Collection<Tag> tags)The tags currently associated with the on-premises instance.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)A list of tags returned byListTagsForResource.RemoveTagsFromOnPremisesInstancesRequest.BuilderRemoveTagsFromOnPremisesInstancesRequest.Builder. tags(Collection<Tag> tags)The tag key-value pairs to remove from the on-premises instances.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)A list of tags thatTagResourceassociates with a resource.
-