Uses of Enum Class
software.amazon.awscdk.services.backup.TagOperation
Packages that use TagOperation
-
Uses of TagOperation in software.amazon.awscdk.services.backup
Methods in software.amazon.awscdk.services.backup that return TagOperationModifier and TypeMethodDescriptiondefault TagOperationTagCondition.getOperation()An operation that is applied to a key-value pair used to filter resources in a selection.final TagOperationTagCondition.Jsii$Proxy.getOperation()static TagOperationReturns the enum constant of this class with the specified name.static TagOperation[]TagOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.backup with parameters of type TagOperationModifier and TypeMethodDescriptionstatic BackupResourceBackupResource.fromTag(String key, String value, TagOperation operation) A tag condition.BackupResource.Builder.operation(TagOperation operation) An operation that is applied to a key-value pair used to filter resources in a selection.TagCondition.Builder.operation(TagOperation operation) Sets the value ofTagCondition.getOperation()