Uses of Class
software.amazon.awssdk.services.applicationdiscovery.model.ContinuousExportStatus
-
Packages that use ContinuousExportStatus Package Description software.amazon.awssdk.services.applicationdiscovery.model -
-
Uses of ContinuousExportStatus in software.amazon.awssdk.services.applicationdiscovery.model
Methods in software.amazon.awssdk.services.applicationdiscovery.model that return ContinuousExportStatus Modifier and Type Method Description static ContinuousExportStatusContinuousExportStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ContinuousExportStatusContinuousExportDescription. status()Describes the status of the export.static ContinuousExportStatusContinuousExportStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ContinuousExportStatus[]ContinuousExportStatus. 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 ContinuousExportStatus Modifier and Type Method Description static Set<ContinuousExportStatus>ContinuousExportStatus. knownValues()Methods in software.amazon.awssdk.services.applicationdiscovery.model with parameters of type ContinuousExportStatus Modifier and Type Method Description ContinuousExportDescription.BuilderContinuousExportDescription.Builder. status(ContinuousExportStatus status)Describes the status of the export.
-