| Package | Description |
|---|---|
| software.amazon.awssdk.services.opsworks.model |
| Modifier and Type | Method and Description |
|---|---|
CloudWatchLogsEncoding |
CloudWatchLogsLogStream.encoding()
Specifies the encoding of the log file so that the file can be read correctly.
|
static CloudWatchLogsEncoding |
CloudWatchLogsEncoding.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<CloudWatchLogsEncoding> |
CloudWatchLogsEncoding.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CloudWatchLogsLogStream.Builder |
CloudWatchLogsLogStream.Builder.encoding(CloudWatchLogsEncoding encoding)
Specifies the encoding of the log file so that the file can be read correctly.
|
Copyright © 2023. All rights reserved.