Uses of Class
com.amazonaws.services.applicationdiscovery.model.ExportInfo
-
Packages that use ExportInfo Package Description com.amazonaws.services.applicationdiscovery.model -
-
Uses of ExportInfo in com.amazonaws.services.applicationdiscovery.model
Methods in com.amazonaws.services.applicationdiscovery.model that return ExportInfo Modifier and Type Method 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.Methods in com.amazonaws.services.applicationdiscovery.model that return types with arguments of type ExportInfo Modifier and Type Method Description List<ExportInfo>
DescribeExportConfigurationsResult. getExportsInfo()
Returns export details.Methods in com.amazonaws.services.applicationdiscovery.model with parameters of type ExportInfo Modifier and Type Method Description DescribeExportConfigurationsResult
DescribeExportConfigurationsResult. withExportsInfo(ExportInfo... exportsInfo)
Returns export details.Method parameters in com.amazonaws.services.applicationdiscovery.model with type arguments of type ExportInfo Modifier and Type Method Description void
DescribeExportConfigurationsResult. setExportsInfo(Collection<ExportInfo> exportsInfo)
Returns export details.DescribeExportConfigurationsResult
DescribeExportConfigurationsResult. withExportsInfo(Collection<ExportInfo> exportsInfo)
Returns export details.
-