Uses of Class
com.amazonaws.services.applicationdiscovery.model.ExportStatus
-
Packages that use ExportStatus Package Description com.amazonaws.services.applicationdiscovery.model -
-
Uses of ExportStatus in com.amazonaws.services.applicationdiscovery.model
Methods in com.amazonaws.services.applicationdiscovery.model that return ExportStatus Modifier and Type Method Description static ExportStatus
ExportStatus. fromValue(String value)
Use this in place of valueOf.static ExportStatus
ExportStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExportStatus[]
ExportStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.applicationdiscovery.model with parameters of type ExportStatus Modifier and Type Method Description void
ExportInfo. setExportStatus(ExportStatus exportStatus)
The status of the configuration data export.ExportInfo
ExportInfo. withExportStatus(ExportStatus exportStatus)
The status of the configuration data export.
-