Uses of Class
com.amazonaws.services.logs.model.LogStream
-
Packages that use LogStream Package Description com.amazonaws.services.logs.model -
-
Uses of LogStream in com.amazonaws.services.logs.model
Methods in com.amazonaws.services.logs.model that return LogStream Modifier and Type Method Description LogStream
LogStream. clone()
LogStream
LogStream. withArn(String arn)
LogStream
LogStream. withCreationTime(Long creationTime)
LogStream
LogStream. withFirstEventTimestamp(Long firstEventTimestamp)
LogStream
LogStream. withLastEventTimestamp(Long lastEventTimestamp)
LogStream
LogStream. withLastIngestionTime(Long lastIngestionTime)
LogStream
LogStream. withLogStreamName(String logStreamName)
LogStream
LogStream. withStoredBytes(Long storedBytes)
LogStream
LogStream. withUploadSequenceToken(String uploadSequenceToken)
Methods in com.amazonaws.services.logs.model that return types with arguments of type LogStream Modifier and Type Method Description List<LogStream>
DescribeLogStreamsResult. getLogStreams()
Methods in com.amazonaws.services.logs.model with parameters of type LogStream Modifier and Type Method Description DescribeLogStreamsResult
DescribeLogStreamsResult. 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 LogStream Modifier and Type Method Description void
DescribeLogStreamsResult. setLogStreams(Collection<LogStream> logStreams)
DescribeLogStreamsResult
DescribeLogStreamsResult. withLogStreams(Collection<LogStream> logStreams)
-