Uses of Class
software.amazon.awssdk.services.dlm.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.dlm.model -
-
Uses of Tag in software.amazon.awssdk.services.dlm.model
Methods in software.amazon.awssdk.services.dlm.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>Parameters. excludeDataVolumeTags()[Custom snapshot policies that target instances only] The tags used to identify data (non-root) volumes to exclude from multi-volume snapshot sets.List<Tag>Exclusions. excludeTags()[Default policies for EBS-backed AMIs only] Specifies whether to exclude volumes that have specific tags.List<Tag>Schedule. tagsToAdd()The tags to apply to policy-created resources.List<Tag>PolicyDetails. targetTags()[Custom snapshot and AMI policies only] The single tag that identifies targeted resources for this policy.List<Tag>Schedule. variableTags()[AMI policies and snapshot policies that target instances only] A collection of key/value pairs with values determined dynamically when the policy is executed.Methods in software.amazon.awssdk.services.dlm.model with parameters of type Tag Modifier and Type Method Description Parameters.BuilderParameters.Builder. excludeDataVolumeTags(Tag... excludeDataVolumeTags)[Custom snapshot policies that target instances only] The tags used to identify data (non-root) volumes to exclude from multi-volume snapshot sets.Exclusions.BuilderExclusions.Builder. excludeTags(Tag... excludeTags)[Default policies for EBS-backed AMIs only] Specifies whether to exclude volumes that have specific tags.Schedule.BuilderSchedule.Builder. tagsToAdd(Tag... tagsToAdd)The tags to apply to policy-created resources.PolicyDetails.BuilderPolicyDetails.Builder. targetTags(Tag... targetTags)[Custom snapshot and AMI policies only] The single tag that identifies targeted resources for this policy.Schedule.BuilderSchedule.Builder. variableTags(Tag... variableTags)[AMI policies and snapshot policies that target instances only] A collection of key/value pairs with values determined dynamically when the policy is executed.Method parameters in software.amazon.awssdk.services.dlm.model with type arguments of type Tag Modifier and Type Method Description Parameters.BuilderParameters.Builder. excludeDataVolumeTags(Collection<Tag> excludeDataVolumeTags)[Custom snapshot policies that target instances only] The tags used to identify data (non-root) volumes to exclude from multi-volume snapshot sets.Exclusions.BuilderExclusions.Builder. excludeTags(Collection<Tag> excludeTags)[Default policies for EBS-backed AMIs only] Specifies whether to exclude volumes that have specific tags.Schedule.BuilderSchedule.Builder. tagsToAdd(Collection<Tag> tagsToAdd)The tags to apply to policy-created resources.PolicyDetails.BuilderPolicyDetails.Builder. targetTags(Collection<Tag> targetTags)[Custom snapshot and AMI policies only] The single tag that identifies targeted resources for this policy.Schedule.BuilderSchedule.Builder. variableTags(Collection<Tag> variableTags)[AMI policies and snapshot policies that target instances only] A collection of key/value pairs with values determined dynamically when the policy is executed.
-