Uses of Class
software.amazon.awssdk.services.datasync.model.Options
-
Packages that use Options Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of Options in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return Options Modifier and Type Method Description OptionsCreateTaskRequest. options()Specifies your task's settings, such as preserving file metadata, verifying data integrity, among other options.OptionsDescribeTaskExecutionResponse. options()Returns the value of the Options property for this object.OptionsDescribeTaskResponse. options()The task's settings.OptionsUpdateTaskExecutionRequest. options()Returns the value of the Options property for this object.OptionsUpdateTaskRequest. options()Returns the value of the Options property for this object.OptionsStartTaskExecutionRequest. overrideOptions()Returns the value of the OverrideOptions property for this object.Methods in software.amazon.awssdk.services.datasync.model with parameters of type Options Modifier and Type Method Description CreateTaskRequest.BuilderCreateTaskRequest.Builder. options(Options options)Specifies your task's settings, such as preserving file metadata, verifying data integrity, among other options.DescribeTaskExecutionResponse.BuilderDescribeTaskExecutionResponse.Builder. options(Options options)Sets the value of the Options property for this object.DescribeTaskResponse.BuilderDescribeTaskResponse.Builder. options(Options options)The task's settings.UpdateTaskExecutionRequest.BuilderUpdateTaskExecutionRequest.Builder. options(Options options)Sets the value of the Options property for this object.UpdateTaskRequest.BuilderUpdateTaskRequest.Builder. options(Options options)Sets the value of the Options property for this object.StartTaskExecutionRequest.BuilderStartTaskExecutionRequest.Builder. overrideOptions(Options overrideOptions)Sets the value of the OverrideOptions property for this object.
-