Uses of Class
software.amazon.awssdk.services.opsworks.model.CloudWatchLogsConfiguration
-
Packages that use CloudWatchLogsConfiguration Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of CloudWatchLogsConfiguration in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return CloudWatchLogsConfiguration Modifier and Type Method Description CloudWatchLogsConfigurationCreateLayerRequest. cloudWatchLogsConfiguration()Specifies CloudWatch Logs configuration options for the layer.CloudWatchLogsConfigurationLayer. cloudWatchLogsConfiguration()The Amazon CloudWatch Logs configuration settings for the layer.CloudWatchLogsConfigurationUpdateLayerRequest. cloudWatchLogsConfiguration()Specifies CloudWatch Logs configuration options for the layer.Methods in software.amazon.awssdk.services.opsworks.model with parameters of type CloudWatchLogsConfiguration Modifier and Type Method Description CreateLayerRequest.BuilderCreateLayerRequest.Builder. cloudWatchLogsConfiguration(CloudWatchLogsConfiguration cloudWatchLogsConfiguration)Specifies CloudWatch Logs configuration options for the layer.Layer.BuilderLayer.Builder. cloudWatchLogsConfiguration(CloudWatchLogsConfiguration cloudWatchLogsConfiguration)The Amazon CloudWatch Logs configuration settings for the layer.UpdateLayerRequest.BuilderUpdateLayerRequest.Builder. cloudWatchLogsConfiguration(CloudWatchLogsConfiguration cloudWatchLogsConfiguration)Specifies CloudWatch Logs configuration options for the layer.
-