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 RefreshSchemasStatusTypeValueRefreshSchemasStatusTypeValue. fromValue(String value)Use this in place of valueOf.static RefreshSchemasStatusTypeValueRefreshSchemasStatusTypeValue. 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 voidRefreshSchemasStatus. setStatus(RefreshSchemasStatusTypeValue status)The status of the schema.RefreshSchemasStatusRefreshSchemasStatus. withStatus(RefreshSchemasStatusTypeValue status)The status of the schema.
-