| Package | Description |
|---|---|
| com.amazonaws.services.opsworks.model |
| Modifier and Type | Method and Description |
|---|---|
CloudWatchLogsLogStream |
CloudWatchLogsLogStream.clone() |
CloudWatchLogsLogStream |
CloudWatchLogsLogStream.withBatchCount(Integer batchCount)
Specifies the max number of log events in a batch, up to 10000.
|
CloudWatchLogsLogStream |
CloudWatchLogsLogStream.withBatchSize(Integer batchSize)
Specifies the maximum size of log events in a batch, in bytes, up to 1048576 bytes.
|
CloudWatchLogsLogStream |
CloudWatchLogsLogStream.withBufferDuration(Integer bufferDuration)
Specifies the time duration for the batching of log events.
|
CloudWatchLogsLogStream |
CloudWatchLogsLogStream.withDatetimeFormat(String datetimeFormat)
Specifies how the time stamp is extracted from logs.
|
CloudWatchLogsLogStream |
CloudWatchLogsLogStream.withEncoding(CloudWatchLogsEncoding encoding)
Specifies the encoding of the log file so that the file can be read correctly.
|
CloudWatchLogsLogStream |
CloudWatchLogsLogStream.withEncoding(String encoding)
Specifies the encoding of the log file so that the file can be read correctly.
|
CloudWatchLogsLogStream |
CloudWatchLogsLogStream.withFile(String file)
Specifies log files that you want to push to CloudWatch Logs.
|
CloudWatchLogsLogStream |
CloudWatchLogsLogStream.withFileFingerprintLines(String fileFingerprintLines)
Specifies the range of lines for identifying a file.
|
CloudWatchLogsLogStream |
CloudWatchLogsLogStream.withInitialPosition(CloudWatchLogsInitialPosition initialPosition)
Specifies where to start to read data (start_of_file or end_of_file).
|
CloudWatchLogsLogStream |
CloudWatchLogsLogStream.withInitialPosition(String initialPosition)
Specifies where to start to read data (start_of_file or end_of_file).
|
CloudWatchLogsLogStream |
CloudWatchLogsLogStream.withLogGroupName(String logGroupName)
Specifies the destination log group.
|
CloudWatchLogsLogStream |
CloudWatchLogsLogStream.withMultiLineStartPattern(String multiLineStartPattern)
Specifies the pattern for identifying the start of a log message.
|
CloudWatchLogsLogStream |
CloudWatchLogsLogStream.withTimeZone(CloudWatchLogsTimeZone timeZone)
Specifies the time zone of log event time stamps.
|
CloudWatchLogsLogStream |
CloudWatchLogsLogStream.withTimeZone(String timeZone)
Specifies the time zone of log event time stamps.
|
| Modifier and Type | Method and Description |
|---|---|
List<CloudWatchLogsLogStream> |
CloudWatchLogsConfiguration.getLogStreams()
A list of configuration options for CloudWatch Logs.
|
| Modifier and Type | Method and Description |
|---|---|
CloudWatchLogsConfiguration |
CloudWatchLogsConfiguration.withLogStreams(CloudWatchLogsLogStream... logStreams)
A list of configuration options for CloudWatch Logs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CloudWatchLogsConfiguration.setLogStreams(Collection<CloudWatchLogsLogStream> logStreams)
A list of configuration options for CloudWatch Logs.
|
CloudWatchLogsConfiguration |
CloudWatchLogsConfiguration.withLogStreams(Collection<CloudWatchLogsLogStream> logStreams)
A list of configuration options for CloudWatch Logs.
|
Copyright © 2022. All rights reserved.