| Package | Description |
|---|---|
| com.amazonaws.services.logs.model |
| Modifier and Type | Method and Description |
|---|---|
LogStream |
LogStream.clone() |
LogStream |
LogStream.withArn(String arn)
The Amazon Resource Name (ARN) of the log stream.
|
LogStream |
LogStream.withCreationTime(Long creationTime)
The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
|
LogStream |
LogStream.withFirstEventTimestamp(Long firstEventTimestamp)
The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
|
LogStream |
LogStream.withLastEventTimestamp(Long lastEventTimestamp)
the time of the most recent log event in the log stream in CloudWatch Logs.
|
LogStream |
LogStream.withLastIngestionTime(Long lastIngestionTime)
The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
|
LogStream |
LogStream.withLogStreamName(String logStreamName)
The name of the log stream.
|
LogStream |
LogStream.withStoredBytes(Long storedBytes)
The number of bytes stored.
|
LogStream |
LogStream.withUploadSequenceToken(String uploadSequenceToken)
The sequence token.
|
| Modifier and Type | Method and Description |
|---|---|
List<LogStream> |
DescribeLogStreamsResult.getLogStreams()
The log streams.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeLogStreamsResult |
DescribeLogStreamsResult.withLogStreams(LogStream... logStreams)
The log streams.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeLogStreamsResult.setLogStreams(Collection<LogStream> logStreams)
The log streams.
|
DescribeLogStreamsResult |
DescribeLogStreamsResult.withLogStreams(Collection<LogStream> logStreams)
The log streams.
|
Copyright © 2017. All rights reserved.