Uses of Class
software.amazon.awssdk.services.opsworks.model.CloudWatchLogsEncoding
-
Packages that use CloudWatchLogsEncoding Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of CloudWatchLogsEncoding in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return CloudWatchLogsEncoding Modifier and Type Method Description CloudWatchLogsEncodingCloudWatchLogsLogStream. encoding()Specifies the encoding of the log file so that the file can be read correctly.static CloudWatchLogsEncodingCloudWatchLogsEncoding. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CloudWatchLogsEncodingCloudWatchLogsEncoding. 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.Methods in software.amazon.awssdk.services.opsworks.model that return types with arguments of type CloudWatchLogsEncoding Modifier and Type Method Description static Set<CloudWatchLogsEncoding>CloudWatchLogsEncoding. knownValues()Methods in software.amazon.awssdk.services.opsworks.model with parameters of type CloudWatchLogsEncoding Modifier and Type Method Description CloudWatchLogsLogStream.BuilderCloudWatchLogsLogStream.Builder. encoding(CloudWatchLogsEncoding encoding)Specifies the encoding of the log file so that the file can be read correctly.
-