Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.CloudWatchLogGroupLogDestination
-
Packages that use CloudWatchLogGroupLogDestination Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of CloudWatchLogGroupLogDestination in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return CloudWatchLogGroupLogDestination Modifier and Type Method Description CloudWatchLogGroupLogDestinationTextLogDestination. cloudWatch()Defines the Amazon CloudWatch Logs log group where text and metadata logs are delivered.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type CloudWatchLogGroupLogDestination Modifier and Type Method Description TextLogDestination.BuilderTextLogDestination.Builder. cloudWatch(CloudWatchLogGroupLogDestination cloudWatch)Defines the Amazon CloudWatch Logs log group where text and metadata logs are delivered.
-