Uses of Class
software.amazon.awssdk.services.datasync.model.UpdateTaskResponse
-
Packages that use UpdateTaskResponse Package Description software.amazon.awssdk.services.datasync DataSync -
-
Uses of UpdateTaskResponse in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync that return UpdateTaskResponse Modifier and Type Method Description default UpdateTaskResponseDataSyncClient. updateTask(Consumer<UpdateTaskRequest.Builder> updateTaskRequest)Updates the configuration of an DataSync transfer task.default UpdateTaskResponseDataSyncClient. updateTask(UpdateTaskRequest updateTaskRequest)Updates the configuration of an DataSync transfer task.Methods in software.amazon.awssdk.services.datasync that return types with arguments of type UpdateTaskResponse Modifier and Type Method Description default CompletableFuture<UpdateTaskResponse>DataSyncAsyncClient. updateTask(Consumer<UpdateTaskRequest.Builder> updateTaskRequest)Updates the configuration of an DataSync transfer task.default CompletableFuture<UpdateTaskResponse>DataSyncAsyncClient. updateTask(UpdateTaskRequest updateTaskRequest)Updates the configuration of an DataSync transfer task.
-