Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.CloudWatchLogsDestination
-
Packages that use CloudWatchLogsDestination Package Description software.amazon.awssdk.services.pinpointsmsvoicev2.model -
-
Uses of CloudWatchLogsDestination in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return CloudWatchLogsDestination Modifier and Type Method Description CloudWatchLogsDestinationCreateEventDestinationRequest. cloudWatchLogsDestination()An object that contains information about an event destination for logging to Amazon CloudWatch Logs.CloudWatchLogsDestinationEventDestination. cloudWatchLogsDestination()An object that contains information about an event destination that sends logging events to Amazon CloudWatch logs.CloudWatchLogsDestinationUpdateEventDestinationRequest. cloudWatchLogsDestination()An object that contains information about an event destination that sends data to CloudWatch Logs.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model with parameters of type CloudWatchLogsDestination Modifier and Type Method Description CreateEventDestinationRequest.BuilderCreateEventDestinationRequest.Builder. cloudWatchLogsDestination(CloudWatchLogsDestination cloudWatchLogsDestination)An object that contains information about an event destination for logging to Amazon CloudWatch Logs.EventDestination.BuilderEventDestination.Builder. cloudWatchLogsDestination(CloudWatchLogsDestination cloudWatchLogsDestination)An object that contains information about an event destination that sends logging events to Amazon CloudWatch logs.UpdateEventDestinationRequest.BuilderUpdateEventDestinationRequest.Builder. cloudWatchLogsDestination(CloudWatchLogsDestination cloudWatchLogsDestination)An object that contains information about an event destination that sends data to CloudWatch Logs.
-