Package | Description |
---|---|
com.amazonaws.services.logs.model |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
List<LogStream> |
DescribeLogStreamsResult.getLogStreams() |
Modifier and Type | Method and Description |
---|---|
DescribeLogStreamsResult |
DescribeLogStreamsResult.withLogStreams(LogStream... logStreams)
NOTE: This method appends the values to the existing list (if
any).
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeLogStreamsResult.setLogStreams(Collection<LogStream> logStreams) |
DescribeLogStreamsResult |
DescribeLogStreamsResult.withLogStreams(Collection<LogStream> logStreams) |
Copyright © 2018. All rights reserved.