Uses of Enum
com.amazonaws.services.databasemigrationservice.model.RefreshSchemasStatusTypeValue
Packages that use RefreshSchemasStatusTypeValue
-
Uses of RefreshSchemasStatusTypeValue in com.amazonaws.services.databasemigrationservice.model
Methods in com.amazonaws.services.databasemigrationservice.model that return RefreshSchemasStatusTypeValueModifier and TypeMethodDescriptionUse this in place of valueOf.Returns the enum constant of this type with the specified name.static RefreshSchemasStatusTypeValue[]
RefreshSchemasStatusTypeValue.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.databasemigrationservice.model with parameters of type RefreshSchemasStatusTypeValueModifier and TypeMethodDescriptionvoid
RefreshSchemasStatus.setStatus
(RefreshSchemasStatusTypeValue status) The status of the schema.RefreshSchemasStatus.withStatus
(RefreshSchemasStatusTypeValue status) The status of the schema.