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 LogStreamLogStream. clone()LogStreamLogStream. withArn(String arn)LogStreamLogStream. withCreationTime(Long creationTime)LogStreamLogStream. withFirstEventTimestamp(Long firstEventTimestamp)LogStreamLogStream. withLastEventTimestamp(Long lastEventTimestamp)LogStreamLogStream. withLastIngestionTime(Long lastIngestionTime)LogStreamLogStream. withLogStreamName(String logStreamName)LogStreamLogStream. withStoredBytes(Long storedBytes)LogStreamLogStream. 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 DescribeLogStreamsResultDescribeLogStreamsResult. 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 voidDescribeLogStreamsResult. setLogStreams(Collection<LogStream> logStreams)DescribeLogStreamsResultDescribeLogStreamsResult. withLogStreams(Collection<LogStream> logStreams)
-