Uses of Class
software.amazon.awssdk.services.databasemigration.model.RefreshSchemasStatusTypeValue
-
Packages that use RefreshSchemasStatusTypeValue Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of RefreshSchemasStatusTypeValue in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return RefreshSchemasStatusTypeValue Modifier and Type Method Description static RefreshSchemasStatusTypeValueRefreshSchemasStatusTypeValue. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RefreshSchemasStatusTypeValueRefreshSchemasStatus. status()The status of the schema.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 software.amazon.awssdk.services.databasemigration.model that return types with arguments of type RefreshSchemasStatusTypeValue Modifier and Type Method Description static Set<RefreshSchemasStatusTypeValue>RefreshSchemasStatusTypeValue. knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type RefreshSchemasStatusTypeValue Modifier and Type Method Description RefreshSchemasStatus.BuilderRefreshSchemasStatus.Builder. status(RefreshSchemasStatusTypeValue status)The status of the schema.
-