Uses of Class
software.amazon.awssdk.services.fsx.model.DataRepositoryTaskStatus
-
Packages that use DataRepositoryTaskStatus Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of DataRepositoryTaskStatus in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return DataRepositoryTaskStatus Modifier and Type Method Description DataRepositoryTaskStatusDataRepositoryTask. status()Provides the status of the number of files that the task has processed successfully and failed to process.Methods in software.amazon.awssdk.services.fsx.model with parameters of type DataRepositoryTaskStatus Modifier and Type Method Description DataRepositoryTask.BuilderDataRepositoryTask.Builder. status(DataRepositoryTaskStatus status)Provides the status of the number of files that the task has processed successfully and failed to process.
-