Uses of Class
com.amazonaws.services.redshift.model.SourceType
-
Packages that use SourceType Package Description com.amazonaws.services.redshift.model -
-
Uses of SourceType in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return SourceType Modifier and Type Method Description static SourceType
SourceType. fromValue(String value)
Use this in place of valueOf.static SourceType
SourceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SourceType[]
SourceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.redshift.model with parameters of type SourceType Modifier and Type Method Description void
DescribeEventsRequest. setSourceType(SourceType sourceType)
The event source to retrieve events for.void
Event. setSourceType(SourceType sourceType)
The source type for this event.DescribeEventsRequest
DescribeEventsRequest. withSourceType(SourceType sourceType)
The event source to retrieve events for.Event
Event. withSourceType(SourceType sourceType)
The source type for this event.
-