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 the configuration options for a task.OptionsDescribeTaskExecutionResponse. options()Returns the value of the Options property for this object.OptionsDescribeTaskResponse. options()The configuration options that control the behavior of theStartTaskExecutionoperation.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 the configuration options for a task.DescribeTaskExecutionResponse.BuilderDescribeTaskExecutionResponse.Builder. options(Options options)Sets the value of the Options property for this object.DescribeTaskResponse.BuilderDescribeTaskResponse.Builder. options(Options options)The configuration options that control the behavior of theStartTaskExecutionoperation.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.
-