Uses of Class
com.amazonaws.services.databasemigrationservice.model.RefreshSchemasStatusTypeValue
-
Packages that use RefreshSchemasStatusTypeValue Package Description com.amazonaws.services.databasemigrationservice.model -
-
Uses of RefreshSchemasStatusTypeValue in com.amazonaws.services.databasemigrationservice.model
Methods in com.amazonaws.services.databasemigrationservice.model that return RefreshSchemasStatusTypeValue Modifier and Type Method Description static RefreshSchemasStatusTypeValue
RefreshSchemasStatusTypeValue. fromValue(String value)
Use this in place of valueOf.static RefreshSchemasStatusTypeValue
RefreshSchemasStatusTypeValue. valueOf(String name)
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 RefreshSchemasStatusTypeValue Modifier and Type Method Description void
RefreshSchemasStatus. setStatus(RefreshSchemasStatusTypeValue status)
The status of the schema.RefreshSchemasStatus
RefreshSchemasStatus. withStatus(RefreshSchemasStatusTypeValue status)
The status of the schema.
-