Uses of Class
com.amazonaws.services.logs.model.LogStream
Packages that use LogStream
-
Uses of LogStream in com.amazonaws.services.logs.model
Methods in com.amazonaws.services.logs.model that return LogStreamModifier and TypeMethodDescriptionLogStream.clone()
LogStream.withCreationTime
(Long creationTime) LogStream.withFirstEventTimestamp
(Long firstEventTimestamp) LogStream.withLastEventTimestamp
(Long lastEventTimestamp) LogStream.withLastIngestionTime
(Long lastIngestionTime) LogStream.withLogStreamName
(String logStreamName) LogStream.withStoredBytes
(Long storedBytes) LogStream.withUploadSequenceToken
(String uploadSequenceToken) Methods in com.amazonaws.services.logs.model that return types with arguments of type LogStreamMethods in com.amazonaws.services.logs.model with parameters of type LogStreamModifier and TypeMethodDescriptionDescribeLogStreamsResult.withLogStreams
(LogStream... logStreams) NOTE: This method appends the values to the existing list (if any).Method parameters in com.amazonaws.services.logs.model with type arguments of type LogStreamModifier and TypeMethodDescriptionvoid
DescribeLogStreamsResult.setLogStreams
(Collection<LogStream> logStreams) DescribeLogStreamsResult.withLogStreams
(Collection<LogStream> logStreams)