Uses of Enum
com.amazonaws.services.databasemigrationservice.model.RefreshSchemasStatusTypeValue
Packages that use RefreshSchemasStatusTypeValue
-
Uses of RefreshSchemasStatusTypeValue in com.amazonaws.services.databasemigrationservice.model
Subclasses with type arguments of type RefreshSchemasStatusTypeValue in com.amazonaws.services.databasemigrationservice.modelMethods 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 TypeMethodDescriptionvoidRefreshSchemasStatus.setStatus(RefreshSchemasStatusTypeValue status) The status of the schema.RefreshSchemasStatus.withStatus(RefreshSchemasStatusTypeValue status) The status of the schema.