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 ExportInfoExportInfo. clone()ExportInfoExportInfo. withConfigurationsDownloadUrl(String configurationsDownloadUrl)A URL for an Amazon S3 bucket where you can review the configuration data.ExportInfoExportInfo. withExportId(String exportId)A unique identifier that you can use to query the export.ExportInfoExportInfo. withExportRequestTime(Date exportRequestTime)The time the configuration data export was initiated.ExportInfoExportInfo. withExportStatus(ExportStatus exportStatus)The status of the configuration data export.ExportInfoExportInfo. withExportStatus(String exportStatus)The status of the configuration data export.ExportInfoExportInfo. 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 DescribeExportConfigurationsResultDescribeExportConfigurationsResult. 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 voidDescribeExportConfigurationsResult. setExportsInfo(Collection<ExportInfo> exportsInfo)Returns export details.DescribeExportConfigurationsResultDescribeExportConfigurationsResult. withExportsInfo(Collection<ExportInfo> exportsInfo)Returns export details.
-