Uses of Class
software.amazon.awssdk.services.applicationdiscovery.model.ExportStatus
-
Packages that use ExportStatus Package Description software.amazon.awssdk.services.applicationdiscovery.model -
-
Uses of ExportStatus in software.amazon.awssdk.services.applicationdiscovery.model
Methods in software.amazon.awssdk.services.applicationdiscovery.model that return ExportStatus Modifier and Type Method Description ExportStatusExportInfo. exportStatus()The status of the data export job.static ExportStatusExportStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.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 software.amazon.awssdk.services.applicationdiscovery.model that return types with arguments of type ExportStatus Modifier and Type Method Description static Set<ExportStatus>ExportStatus. knownValues()Methods in software.amazon.awssdk.services.applicationdiscovery.model with parameters of type ExportStatus Modifier and Type Method Description ExportInfo.BuilderExportInfo.Builder. exportStatus(ExportStatus exportStatus)The status of the data export job.
-