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 configuration
data.
|
ExportInfo |
ExportInfo.withExportId(String exportId)
A unique identifier that you can use to query the export.
|
ExportInfo |
ExportInfo.withExportRequestTime(Date exportRequestTime)
The time the configuration data export was initiated.
|
ExportInfo |
ExportInfo.withExportStatus(ExportStatus exportStatus)
The status of the configuration data export.
|
ExportInfo |
ExportInfo.withExportStatus(String exportStatus)
The status of the configuration data export.
|
ExportInfo |
ExportInfo.withStatusMessage(String statusMessage)
Helpful status messages for API callers.
|
Modifier and Type | Method and Description |
---|---|
List<ExportInfo> |
DescribeExportConfigurationsResult.getExportsInfo()
Returns export details.
|
Modifier and Type | Method and Description |
---|---|
DescribeExportConfigurationsResult |
DescribeExportConfigurationsResult.withExportsInfo(ExportInfo... exportsInfo)
Returns export details.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeExportConfigurationsResult.setExportsInfo(Collection<ExportInfo> exportsInfo)
Returns export details.
|
DescribeExportConfigurationsResult |
DescribeExportConfigurationsResult.withExportsInfo(Collection<ExportInfo> exportsInfo)
Returns export details.
|
Copyright © 2018. All rights reserved.