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 ExportStatusExportStatus. fromValue(String value)Use this in place of valueOf.static ExportStatusExportStatus. 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 voidExportInfo. setExportStatus(ExportStatus exportStatus)The status of the configuration data export.ExportInfoExportInfo. withExportStatus(ExportStatus exportStatus)The status of the configuration data export.
-