| Package | Description |
|---|---|
| com.amazonaws.services.applicationdiscovery.model |
| Modifier and Type | Method and Description |
|---|---|
ExportInfo |
ExportInfo.clone() |
ExportInfo |
ExportInfo.withConfigurationsDownloadUrl(String configurationsDownloadUrl)
A URL for an Amazon S3 bucket where you can review the exported data.
|
ExportInfo |
ExportInfo.withExportId(String exportId)
A unique identifier used to query an export.
|
ExportInfo |
ExportInfo.withExportRequestTime(Date exportRequestTime)
The time that the data export was initiated.
|
ExportInfo |
ExportInfo.withExportStatus(ExportStatus exportStatus)
The status of the data export job.
|
ExportInfo |
ExportInfo.withExportStatus(String exportStatus)
The status of the data export job.
|
ExportInfo |
ExportInfo.withIsTruncated(Boolean isTruncated)
If true, the export of agent information exceeded the size limit for a single export and the exported data is
incomplete for the requested time range.
|
ExportInfo |
ExportInfo.withRequestedEndTime(Date requestedEndTime)
The
endTime used in the StartExportTask request. |
ExportInfo |
ExportInfo.withRequestedStartTime(Date requestedStartTime)
The value of
startTime parameter in the StartExportTask request. |
ExportInfo |
ExportInfo.withStatusMessage(String statusMessage)
A status message provided for API callers.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExportInfo> |
DescribeExportTasksResult.getExportsInfo()
Contains one or more sets of export request details.
|
List<ExportInfo> |
DescribeExportConfigurationsResult.getExportsInfo()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeExportTasksResult |
DescribeExportTasksResult.withExportsInfo(ExportInfo... exportsInfo)
Contains one or more sets of export request details.
|
DescribeExportConfigurationsResult |
DescribeExportConfigurationsResult.withExportsInfo(ExportInfo... exportsInfo)
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeExportTasksResult.setExportsInfo(Collection<ExportInfo> exportsInfo)
Contains one or more sets of export request details.
|
void |
DescribeExportConfigurationsResult.setExportsInfo(Collection<ExportInfo> exportsInfo)
|
DescribeExportTasksResult |
DescribeExportTasksResult.withExportsInfo(Collection<ExportInfo> exportsInfo)
Contains one or more sets of export request details.
|
DescribeExportConfigurationsResult |
DescribeExportConfigurationsResult.withExportsInfo(Collection<ExportInfo> exportsInfo)
|
Copyright © 2024. All rights reserved.