| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
CompletionReport |
CompletionReport.clone() |
CompletionReport |
CreateDataRepositoryTaskRequest.getReport()
Defines whether or not Amazon FSx provides a CompletionReport once the task has completed.
|
CompletionReport |
DataRepositoryTask.getReport() |
CompletionReport |
CompletionReport.withEnabled(Boolean enabled)
Set
Enabled to True to generate a CompletionReport when the task
completes. |
CompletionReport |
CompletionReport.withFormat(ReportFormat format)
Required if
Enabled is set to true. |
CompletionReport |
CompletionReport.withFormat(String format)
Required if
Enabled is set to true. |
CompletionReport |
CompletionReport.withPath(String path)
Required if
Enabled is set to true. |
CompletionReport |
CompletionReport.withScope(ReportScope scope)
Required if
Enabled is set to true. |
CompletionReport |
CompletionReport.withScope(String scope)
Required if
Enabled is set to true. |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateDataRepositoryTaskRequest.setReport(CompletionReport report)
Defines whether or not Amazon FSx provides a CompletionReport once the task has completed.
|
void |
DataRepositoryTask.setReport(CompletionReport report) |
CreateDataRepositoryTaskRequest |
CreateDataRepositoryTaskRequest.withReport(CompletionReport report)
Defines whether or not Amazon FSx provides a CompletionReport once the task has completed.
|
DataRepositoryTask |
DataRepositoryTask.withReport(CompletionReport report) |
Copyright © 2021. All rights reserved.