Uses of Class
software.amazon.awssdk.services.databasemigration.model.VersionStatus
-
Packages that use VersionStatus Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of VersionStatus in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return VersionStatus Modifier and Type Method Description static VersionStatusVersionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static VersionStatusVersionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static VersionStatus[]VersionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.VersionStatusCollectorResponse. versionStatus()Whether the collector version is up to date.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type VersionStatus Modifier and Type Method Description static Set<VersionStatus>VersionStatus. knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type VersionStatus Modifier and Type Method Description CollectorResponse.BuilderCollectorResponse.Builder. versionStatus(VersionStatus versionStatus)Whether the collector version is up to date.
-