Uses of Class
software.amazon.awssdk.utils.async.StoringSubscriber.EventType
-
Packages that use StoringSubscriber.EventType Package Description software.amazon.awssdk.utils.async -
-
Uses of StoringSubscriber.EventType in software.amazon.awssdk.utils.async
Methods in software.amazon.awssdk.utils.async that return StoringSubscriber.EventType Modifier and Type Method Description StoringSubscriber.EventTypeStoringSubscriber.Event. type()Retrieve theStoringSubscriber.EventTypeof this event.static StoringSubscriber.EventTypeStoringSubscriber.EventType. valueOf(String name)Returns the enum constant of this type with the specified name.static StoringSubscriber.EventType[]StoringSubscriber.EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-