Uses of Class
software.amazon.awssdk.services.glue.model.LastRefreshType
-
Packages that use LastRefreshType Package Description software.amazon.awssdk.services.glue.model -
-
Uses of LastRefreshType in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return LastRefreshType Modifier and Type Method Description static LastRefreshTypeLastRefreshType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LastRefreshTypeViewDefinition. lastRefreshType()Sets the method used for the most recent refresh.LastRefreshTypeViewDefinitionInput. lastRefreshType()The type of the materialized view's last refresh.static LastRefreshTypeLastRefreshType. valueOf(String name)Returns the enum constant of this type with the specified name.static LastRefreshType[]LastRefreshType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type LastRefreshType Modifier and Type Method Description static Set<LastRefreshType>LastRefreshType. knownValues()Methods in software.amazon.awssdk.services.glue.model with parameters of type LastRefreshType Modifier and Type Method Description ViewDefinition.BuilderViewDefinition.Builder. lastRefreshType(LastRefreshType lastRefreshType)Sets the method used for the most recent refresh.ViewDefinitionInput.BuilderViewDefinitionInput.Builder. lastRefreshType(LastRefreshType lastRefreshType)The type of the materialized view's last refresh.
-