Uses of Class
software.amazon.awssdk.services.redshift.model.ScheduledActionFilterName
-
Packages that use ScheduledActionFilterName Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of ScheduledActionFilterName in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return ScheduledActionFilterName Modifier and Type Method Description static ScheduledActionFilterNameScheduledActionFilterName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ScheduledActionFilterNameScheduledActionFilter. name()The type of element to filter.static ScheduledActionFilterNameScheduledActionFilterName. valueOf(String name)Returns the enum constant of this type with the specified name.static ScheduledActionFilterName[]ScheduledActionFilterName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type ScheduledActionFilterName Modifier and Type Method Description static Set<ScheduledActionFilterName>ScheduledActionFilterName. knownValues()Methods in software.amazon.awssdk.services.redshift.model with parameters of type ScheduledActionFilterName Modifier and Type Method Description ScheduledActionFilter.BuilderScheduledActionFilter.Builder. name(ScheduledActionFilterName name)The type of element to filter.
-