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()[Snapshot policies that target instances only] The tags used to identify data (non-root) volumes to exclude from multi-volume snapshot sets.List<Tag>Schedule. tagsToAdd()The tags to apply to policy-created resources.List<Tag>PolicyDetails. targetTags()[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)[Snapshot policies that target instances only] The tags used to identify data (non-root) volumes to exclude from multi-volume snapshot sets.Schedule.BuilderSchedule.Builder. tagsToAdd(Tag... tagsToAdd)The tags to apply to policy-created resources.PolicyDetails.BuilderPolicyDetails.Builder. targetTags(Tag... targetTags)[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)[Snapshot policies that target instances only] The tags used to identify data (non-root) volumes to exclude from multi-volume snapshot sets.Schedule.BuilderSchedule.Builder. tagsToAdd(Collection<Tag> tagsToAdd)The tags to apply to policy-created resources.PolicyDetails.BuilderPolicyDetails.Builder. targetTags(Collection<Tag> targetTags)[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.
-