| Package | Description |
|---|---|
| com.amazonaws.services.opsworks.model |
| Modifier and Type | Method and Description |
|---|---|
static CloudWatchLogsInitialPosition |
CloudWatchLogsInitialPosition.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
CloudWatchLogsLogStream.setInitialPosition(CloudWatchLogsInitialPosition initialPosition)
Specifies where to start to read data (start_of_file or end_of_file).
|
CloudWatchLogsLogStream |
CloudWatchLogsLogStream.withInitialPosition(CloudWatchLogsInitialPosition initialPosition)
Specifies where to start to read data (start_of_file or end_of_file).
|
Copyright © 2023. All rights reserved.