Uses of Class
software.amazon.awssdk.services.opsworks.model.CloudWatchLogsInitialPosition
-
Packages that use CloudWatchLogsInitialPosition Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of CloudWatchLogsInitialPosition in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return CloudWatchLogsInitialPosition Modifier and Type Method Description static CloudWatchLogsInitialPositionCloudWatchLogsInitialPosition. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CloudWatchLogsInitialPositionCloudWatchLogsLogStream. initialPosition()Specifies where to start to read data (start_of_file or end_of_file).static CloudWatchLogsInitialPositionCloudWatchLogsInitialPosition. 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.Methods in software.amazon.awssdk.services.opsworks.model that return types with arguments of type CloudWatchLogsInitialPosition Modifier and Type Method Description static Set<CloudWatchLogsInitialPosition>CloudWatchLogsInitialPosition. knownValues()Methods in software.amazon.awssdk.services.opsworks.model with parameters of type CloudWatchLogsInitialPosition Modifier and Type Method Description CloudWatchLogsLogStream.BuilderCloudWatchLogsLogStream.Builder. initialPosition(CloudWatchLogsInitialPosition initialPosition)Specifies where to start to read data (start_of_file or end_of_file).
-