Uses of Class
software.amazon.awssdk.services.datasync.model.ManifestConfig
-
Packages that use ManifestConfig Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of ManifestConfig in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return ManifestConfig Modifier and Type Method Description ManifestConfigCreateTaskRequest. manifestConfig()Configures a manifest, which is a list of files or objects that you want DataSync to transfer.ManifestConfigDescribeTaskExecutionResponse. manifestConfig()The configuration of the manifest that lists the files or objects to transfer.ManifestConfigDescribeTaskResponse. manifestConfig()The configuration of the manifest that lists the files or objects to transfer.ManifestConfigStartTaskExecutionRequest. manifestConfig()Configures a manifest, which is a list of files or objects that you want DataSync to transfer.ManifestConfigUpdateTaskRequest. manifestConfig()Configures a manifest, which is a list of files or objects that you want DataSync to transfer.Methods in software.amazon.awssdk.services.datasync.model with parameters of type ManifestConfig Modifier and Type Method Description CreateTaskRequest.BuilderCreateTaskRequest.Builder. manifestConfig(ManifestConfig manifestConfig)Configures a manifest, which is a list of files or objects that you want DataSync to transfer.DescribeTaskExecutionResponse.BuilderDescribeTaskExecutionResponse.Builder. manifestConfig(ManifestConfig manifestConfig)The configuration of the manifest that lists the files or objects to transfer.DescribeTaskResponse.BuilderDescribeTaskResponse.Builder. manifestConfig(ManifestConfig manifestConfig)The configuration of the manifest that lists the files or objects to transfer.StartTaskExecutionRequest.BuilderStartTaskExecutionRequest.Builder. manifestConfig(ManifestConfig manifestConfig)Configures a manifest, which is a list of files or objects that you want DataSync to transfer.UpdateTaskRequest.BuilderUpdateTaskRequest.Builder. manifestConfig(ManifestConfig manifestConfig)Configures a manifest, which is a list of files or objects that you want DataSync to transfer.
-