Uses of Class
software.amazon.awssdk.services.datasync.model.ObjectVersionIds
-
Packages that use ObjectVersionIds Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of ObjectVersionIds in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return ObjectVersionIds Modifier and Type Method Description static ObjectVersionIdsObjectVersionIds. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ObjectVersionIdsTaskReportConfig. objectVersionIds()Specifies whether your task report includes the new version of each object transferred into an S3 bucket.static ObjectVersionIdsObjectVersionIds. valueOf(String name)Returns the enum constant of this type with the specified name.static ObjectVersionIds[]ObjectVersionIds. 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 ObjectVersionIds Modifier and Type Method Description static Set<ObjectVersionIds>ObjectVersionIds. knownValues()Methods in software.amazon.awssdk.services.datasync.model with parameters of type ObjectVersionIds Modifier and Type Method Description TaskReportConfig.BuilderTaskReportConfig.Builder. objectVersionIds(ObjectVersionIds objectVersionIds)Specifies whether your task report includes the new version of each object transferred into an S3 bucket.
-