| Package | Description |
|---|---|
| com.amazonaws.services.opsworks.model |
| Modifier and Type | Method and Description |
|---|---|
static CloudWatchLogsEncoding |
CloudWatchLogsEncoding.fromValue(String value)
Use this in place of valueOf.
|
static CloudWatchLogsEncoding |
CloudWatchLogsEncoding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CloudWatchLogsEncoding[] |
CloudWatchLogsEncoding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CloudWatchLogsLogStream.setEncoding(CloudWatchLogsEncoding encoding)
Specifies the encoding of the log file so that the file can be read correctly.
|
CloudWatchLogsLogStream |
CloudWatchLogsLogStream.withEncoding(CloudWatchLogsEncoding encoding)
Specifies the encoding of the log file so that the file can be read correctly.
|
Copyright © 2019. All rights reserved.