Uses of Enum
software.amazon.awssdk.services.databasemigration.model.ReleaseStatusValues
Packages that use ReleaseStatusValues
-
Uses of ReleaseStatusValues in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return ReleaseStatusValuesModifier and TypeMethodDescriptionstatic ReleaseStatusValuesUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ReleaseStatusValuesEngineVersion.releaseStatus()The release status of the replication instance version.final ReleaseStatusValuesOrderableReplicationInstance.releaseStatus()The value returned when the specifiedEngineVersionof the replication instance is in Beta or test mode.static ReleaseStatusValuesReturns the enum constant of this type with the specified name.static ReleaseStatusValues[]ReleaseStatusValues.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type ReleaseStatusValuesModifier and TypeMethodDescriptionstatic Set<ReleaseStatusValues>ReleaseStatusValues.knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type ReleaseStatusValuesModifier and TypeMethodDescriptionEngineVersion.Builder.releaseStatus(ReleaseStatusValues releaseStatus) The release status of the replication instance version.OrderableReplicationInstance.Builder.releaseStatus(ReleaseStatusValues releaseStatus) The value returned when the specifiedEngineVersionof the replication instance is in Beta or test mode.