Uses of Class
software.amazon.awssdk.services.pinpointsmsvoice.model.SnsDestination
-
Packages that use SnsDestination Package Description software.amazon.awssdk.services.pinpointsmsvoice.model -
-
Uses of SnsDestination in software.amazon.awssdk.services.pinpointsmsvoice.model
Methods in software.amazon.awssdk.services.pinpointsmsvoice.model that return SnsDestination Modifier and Type Method Description SnsDestinationEventDestination. snsDestination()Returns the value of the SnsDestination property for this object.SnsDestinationEventDestinationDefinition. snsDestination()Returns the value of the SnsDestination property for this object.Methods in software.amazon.awssdk.services.pinpointsmsvoice.model with parameters of type SnsDestination Modifier and Type Method Description EventDestination.BuilderEventDestination.Builder. snsDestination(SnsDestination snsDestination)Sets the value of the SnsDestination property for this object.EventDestinationDefinition.BuilderEventDestinationDefinition.Builder. snsDestination(SnsDestination snsDestination)Sets the value of the SnsDestination property for this object.
-