Uses of Class
software.amazon.awssdk.services.fsx.model.CompletionReport
-
Packages that use CompletionReport Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of CompletionReport in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return CompletionReport Modifier and Type Method Description CompletionReportCreateDataRepositoryTaskRequest. report()Defines whether or not Amazon FSx provides a CompletionReport once the task has completed.CompletionReportDataRepositoryTask. report()Returns the value of the Report property for this object.Methods in software.amazon.awssdk.services.fsx.model with parameters of type CompletionReport Modifier and Type Method Description CreateDataRepositoryTaskRequest.BuilderCreateDataRepositoryTaskRequest.Builder. report(CompletionReport report)Defines whether or not Amazon FSx provides a CompletionReport once the task has completed.DataRepositoryTask.BuilderDataRepositoryTask.Builder. report(CompletionReport report)Sets the value of the Report property for this object.
-