| Package | Description |
|---|---|
| software.amazon.awssdk.services.opsworks.model |
| Modifier and Type | Method and Description |
|---|---|
static CloudWatchLogsInitialPosition |
CloudWatchLogsInitialPosition.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
CloudWatchLogsInitialPosition |
CloudWatchLogsLogStream.initialPosition()
Specifies where to start to read data (start_of_file or end_of_file).
|
static CloudWatchLogsInitialPosition |
CloudWatchLogsInitialPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CloudWatchLogsInitialPosition[] |
CloudWatchLogsInitialPosition.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<CloudWatchLogsInitialPosition> |
CloudWatchLogsInitialPosition.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CloudWatchLogsLogStream.Builder |
CloudWatchLogsLogStream.Builder.initialPosition(CloudWatchLogsInitialPosition initialPosition)
Specifies where to start to read data (start_of_file or end_of_file).
|
Copyright © 2023. All rights reserved.