Uses of Class
software.amazon.awssdk.services.drs.model.EventResourceData.Type
-
Packages that use EventResourceData.Type Package Description software.amazon.awssdk.services.drs.model -
-
Uses of EventResourceData.Type in software.amazon.awssdk.services.drs.model
Methods in software.amazon.awssdk.services.drs.model that return EventResourceData.Type Modifier and Type Method Description EventResourceData.TypeEventResourceData. type()Retrieve an enum value representing which member of this object is populated.static EventResourceData.TypeEventResourceData.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static EventResourceData.Type[]EventResourceData.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-