Uses of Class
software.amazon.awssdk.services.opsworks.model.CloudWatchLogsLogStream
-
Packages that use CloudWatchLogsLogStream Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of CloudWatchLogsLogStream in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return types with arguments of type CloudWatchLogsLogStream Modifier and Type Method Description List<CloudWatchLogsLogStream>CloudWatchLogsConfiguration. logStreams()A list of configuration options for CloudWatch Logs.Methods in software.amazon.awssdk.services.opsworks.model with parameters of type CloudWatchLogsLogStream Modifier and Type Method Description CloudWatchLogsConfiguration.BuilderCloudWatchLogsConfiguration.Builder. logStreams(CloudWatchLogsLogStream... logStreams)A list of configuration options for CloudWatch Logs.Method parameters in software.amazon.awssdk.services.opsworks.model with type arguments of type CloudWatchLogsLogStream Modifier and Type Method Description CloudWatchLogsConfiguration.BuilderCloudWatchLogsConfiguration.Builder. logStreams(Collection<CloudWatchLogsLogStream> logStreams)A list of configuration options for CloudWatch Logs.
-