Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.SnsDestination
-
Packages that use SnsDestination Package Description software.amazon.awssdk.services.pinpointsmsvoicev2.model -
-
Uses of SnsDestination in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return SnsDestination Modifier and Type Method Description SnsDestinationCreateEventDestinationRequest. snsDestination()An object that contains information about an event destination for logging to Amazon SNS.SnsDestinationEventDestination. snsDestination()An object that contains information about an event destination that sends logging events to Amazon SNS.SnsDestinationUpdateEventDestinationRequest. snsDestination()An object that contains information about an event destination that sends data to Amazon SNS.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model with parameters of type SnsDestination Modifier and Type Method Description CreateEventDestinationRequest.BuilderCreateEventDestinationRequest.Builder. snsDestination(SnsDestination snsDestination)An object that contains information about an event destination for logging to Amazon SNS.EventDestination.BuilderEventDestination.Builder. snsDestination(SnsDestination snsDestination)An object that contains information about an event destination that sends logging events to Amazon SNS.UpdateEventDestinationRequest.BuilderUpdateEventDestinationRequest.Builder. snsDestination(SnsDestination snsDestination)An object that contains information about an event destination that sends data to Amazon SNS.
-