Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.StartLiveTailResponseStream.EventType
-
-
Uses of StartLiveTailResponseStream.EventType in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return StartLiveTailResponseStream.EventType Modifier and Type Method Description static StartLiveTailResponseStream.EventTypeStartLiveTailResponseStream.EventType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.default StartLiveTailResponseStream.EventTypeStartLiveTailResponseStream. sdkEventType()The type of this event.static StartLiveTailResponseStream.EventTypeStartLiveTailResponseStream.EventType. valueOf(String name)Returns the enum constant of this type with the specified name.static StartLiveTailResponseStream.EventType[]StartLiveTailResponseStream.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 StartLiveTailResponseStream.EventType Modifier and Type Method Description static Set<StartLiveTailResponseStream.EventType>StartLiveTailResponseStream.EventType. knownValues() -
Uses of StartLiveTailResponseStream.EventType in software.amazon.awssdk.services.cloudwatchlogs.model.startlivetailresponsestream
Methods in software.amazon.awssdk.services.cloudwatchlogs.model.startlivetailresponsestream that return StartLiveTailResponseStream.EventType Modifier and Type Method Description StartLiveTailResponseStream.EventTypeDefaultSessionStart. sdkEventType()StartLiveTailResponseStream.EventTypeDefaultSessionUpdate. sdkEventType()
-