Uses of Enum
software.amazon.awssdk.services.databasemigration.model.VersionStatus
Packages that use VersionStatus
-
Uses of VersionStatus in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return VersionStatusModifier and TypeMethodDescriptionstatic VersionStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.static VersionStatusReturns 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.final 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 VersionStatusMethods in software.amazon.awssdk.services.databasemigration.model with parameters of type VersionStatusModifier and TypeMethodDescriptionCollectorResponse.Builder.versionStatus(VersionStatus versionStatus) Whether the collector version is up to date.