Package | Description |
---|---|
com.amazonaws.services.logs.model |
Classes modeling the various types represented by AWSLogs.
|
Modifier and Type | Method and Description |
---|---|
LogStream |
LogStream.withArn(String arn)
Sets the value of the Arn property for this object.
|
LogStream |
LogStream.withCreationTime(Long creationTime)
A point in time expressed as the number milliseconds since Jan 1, 1970
00:00:00 UTC.
|
LogStream |
LogStream.withFirstEventTimestamp(Long firstEventTimestamp)
A point in time expressed as the number milliseconds since Jan 1, 1970
00:00:00 UTC.
|
LogStream |
LogStream.withLastEventTimestamp(Long lastEventTimestamp)
A point in time expressed as the number milliseconds since Jan 1, 1970
00:00:00 UTC.
|
LogStream |
LogStream.withLastIngestionTime(Long lastIngestionTime)
A point in time expressed as the number milliseconds since Jan 1, 1970
00:00:00 UTC.
|
LogStream |
LogStream.withLogStreamName(String logStreamName)
Sets the value of the LogStreamName property for this object.
|
LogStream |
LogStream.withStoredBytes(Long storedBytes)
Sets the value of the StoredBytes property for this object.
|
LogStream |
LogStream.withUploadSequenceToken(String uploadSequenceToken)
A string token used for making PutLogEvents requests.
|
Modifier and Type | Method and Description |
---|---|
List<LogStream> |
DescribeLogStreamsResult.getLogStreams()
A list of log streams.
|
Modifier and Type | Method and Description |
---|---|
DescribeLogStreamsResult |
DescribeLogStreamsResult.withLogStreams(LogStream... logStreams)
A list of log streams.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeLogStreamsResult.setLogStreams(Collection<LogStream> logStreams)
A list of log streams.
|
DescribeLogStreamsResult |
DescribeLogStreamsResult.withLogStreams(Collection<LogStream> logStreams)
A list of log streams.
|
Copyright © 2015. All rights reserved.