Uses of Class
software.amazon.awssdk.services.opsworks.model.CloudWatchLogsTimeZone
-
Packages that use CloudWatchLogsTimeZone Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of CloudWatchLogsTimeZone in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return CloudWatchLogsTimeZone Modifier and Type Method Description static CloudWatchLogsTimeZoneCloudWatchLogsTimeZone. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CloudWatchLogsTimeZoneCloudWatchLogsLogStream. timeZone()Specifies the time zone of log event time stamps.static CloudWatchLogsTimeZoneCloudWatchLogsTimeZone. valueOf(String name)Returns the enum constant of this type with the specified name.static CloudWatchLogsTimeZone[]CloudWatchLogsTimeZone. 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 CloudWatchLogsTimeZone Modifier and Type Method Description static Set<CloudWatchLogsTimeZone>CloudWatchLogsTimeZone. knownValues()Methods in software.amazon.awssdk.services.opsworks.model with parameters of type CloudWatchLogsTimeZone Modifier and Type Method Description CloudWatchLogsLogStream.BuilderCloudWatchLogsLogStream.Builder. timeZone(CloudWatchLogsTimeZone timeZone)Specifies the time zone of log event time stamps.
-