Uses of Class
software.amazon.awssdk.services.datasync.model.ObjectTags
-
Packages that use ObjectTags Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of ObjectTags in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return ObjectTags Modifier and Type Method Description static ObjectTagsObjectTags. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ObjectTagsOptions. objectTags()Specifies whether object tags are preserved when transferring between object storage systems.static ObjectTagsObjectTags. valueOf(String name)Returns the enum constant of this type with the specified name.static ObjectTags[]ObjectTags. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type ObjectTags Modifier and Type Method Description static Set<ObjectTags>ObjectTags. knownValues()Methods in software.amazon.awssdk.services.datasync.model with parameters of type ObjectTags Modifier and Type Method Description Options.BuilderOptions.Builder. objectTags(ObjectTags objectTags)Specifies whether object tags are preserved when transferring between object storage systems.
-