Uses of Class
com.amazonaws.services.applicationdiscovery.model.ExportInfo
Packages that use ExportInfo
-
Uses of ExportInfo in com.amazonaws.services.applicationdiscovery.model
Methods in com.amazonaws.services.applicationdiscovery.model that return ExportInfoModifier and TypeMethodDescriptionExportInfo.clone()
ExportInfo.withConfigurationsDownloadUrl
(String configurationsDownloadUrl) A URL for an Amazon S3 bucket where you can review the configuration data.ExportInfo.withExportId
(String exportId) A unique identifier that you can use to query the export.ExportInfo.withExportRequestTime
(Date exportRequestTime) The time the configuration data export was initiated.ExportInfo.withExportStatus
(ExportStatus exportStatus) The status of the configuration data export.ExportInfo.withExportStatus
(String exportStatus) The status of the configuration data export.ExportInfo.withStatusMessage
(String statusMessage) Helpful status messages for API callers.Methods in com.amazonaws.services.applicationdiscovery.model that return types with arguments of type ExportInfoModifier and TypeMethodDescriptionDescribeExportConfigurationsResult.getExportsInfo()
Returns export details.Methods in com.amazonaws.services.applicationdiscovery.model with parameters of type ExportInfoModifier and TypeMethodDescriptionDescribeExportConfigurationsResult.withExportsInfo
(ExportInfo... exportsInfo) Returns export details.Method parameters in com.amazonaws.services.applicationdiscovery.model with type arguments of type ExportInfoModifier and TypeMethodDescriptionvoid
DescribeExportConfigurationsResult.setExportsInfo
(Collection<ExportInfo> exportsInfo) Returns export details.DescribeExportConfigurationsResult.withExportsInfo
(Collection<ExportInfo> exportsInfo) Returns export details.