Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.GetLogObjectResponseStream.EventType
-
-
Uses of GetLogObjectResponseStream.EventType in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return GetLogObjectResponseStream.EventType Modifier and Type Method Description static GetLogObjectResponseStream.EventTypeGetLogObjectResponseStream.EventType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.default GetLogObjectResponseStream.EventTypeGetLogObjectResponseStream. sdkEventType()The type of this event.static GetLogObjectResponseStream.EventTypeGetLogObjectResponseStream.EventType. valueOf(String name)Returns the enum constant of this type with the specified name.static GetLogObjectResponseStream.EventType[]GetLogObjectResponseStream.EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type GetLogObjectResponseStream.EventType Modifier and Type Method Description static Set<GetLogObjectResponseStream.EventType>GetLogObjectResponseStream.EventType. knownValues() -
Uses of GetLogObjectResponseStream.EventType in software.amazon.awssdk.services.cloudwatchlogs.model.getlogobjectresponsestream
Methods in software.amazon.awssdk.services.cloudwatchlogs.model.getlogobjectresponsestream that return GetLogObjectResponseStream.EventType Modifier and Type Method Description GetLogObjectResponseStream.EventTypeDefaultFields. sdkEventType()
-