Uses of Class
software.amazon.awssdk.services.dlm.model.EventTypeValues
-
Packages that use EventTypeValues Package Description software.amazon.awssdk.services.dlm.model -
-
Uses of EventTypeValues in software.amazon.awssdk.services.dlm.model
Methods in software.amazon.awssdk.services.dlm.model that return EventTypeValues Modifier and Type Method Description EventTypeValuesEventParameters. eventType()The type of event.static EventTypeValuesEventTypeValues. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EventTypeValuesEventTypeValues. valueOf(String name)Returns the enum constant of this type with the specified name.static EventTypeValues[]EventTypeValues. 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 EventTypeValues Modifier and Type Method Description static Set<EventTypeValues>EventTypeValues. knownValues()Methods in software.amazon.awssdk.services.dlm.model with parameters of type EventTypeValues Modifier and Type Method Description EventParameters.BuilderEventParameters.Builder. eventType(EventTypeValues eventType)The type of event.
-