Package | Description |
---|---|
com.amazonaws.services.logs.model | |
com.amazonaws.services.logs.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<LogStream> |
DescribeLogStreamsResult.logStreams |
Modifier and Type | Method and Description |
---|---|
LogStream |
LogStream.clone() |
LogStream |
LogStream.withArn(java.lang.String arn) |
LogStream |
LogStream.withCreationTime(java.lang.Long creationTime) |
LogStream |
LogStream.withFirstEventTimestamp(java.lang.Long firstEventTimestamp) |
LogStream |
LogStream.withLastEventTimestamp(java.lang.Long lastEventTimestamp) |
LogStream |
LogStream.withLastIngestionTime(java.lang.Long lastIngestionTime) |
LogStream |
LogStream.withLogStreamName(java.lang.String logStreamName) |
LogStream |
LogStream.withStoredBytes(java.lang.Long storedBytes) |
LogStream |
LogStream.withUploadSequenceToken(java.lang.String uploadSequenceToken) |
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<LogStream> logStreams) |
DescribeLogStreamsResult |
DescribeLogStreamsResult.withLogStreams(java.util.Collection<LogStream> logStreams) |
Modifier and Type | Method and Description |
---|---|
LogStream |
LogStreamJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
LogStreamJsonMarshaller.marshall(LogStream logStream,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|