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