Uses of Class
software.amazon.awssdk.services.redshift.model.ScheduledActionTypeValues
-
Packages that use ScheduledActionTypeValues Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of ScheduledActionTypeValues in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return ScheduledActionTypeValues Modifier and Type Method Description static ScheduledActionTypeValuesScheduledActionTypeValues. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ScheduledActionTypeValuesDescribeScheduledActionsRequest. targetActionType()The type of the scheduled actions to retrieve.static ScheduledActionTypeValuesScheduledActionTypeValues. valueOf(String name)Returns the enum constant of this type with the specified name.static ScheduledActionTypeValues[]ScheduledActionTypeValues. 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 ScheduledActionTypeValues Modifier and Type Method Description static Set<ScheduledActionTypeValues>ScheduledActionTypeValues. knownValues()Methods in software.amazon.awssdk.services.redshift.model with parameters of type ScheduledActionTypeValues Modifier and Type Method Description DescribeScheduledActionsRequest.BuilderDescribeScheduledActionsRequest.Builder. targetActionType(ScheduledActionTypeValues targetActionType)The type of the scheduled actions to retrieve.
-