| Package | Description |
|---|---|
| com.amazonaws.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
SnsDestination |
SnsDestination.clone() |
SnsDestination |
EventDestination.getSnsDestination()
An object that contains information about an event destination that sends logging events to Amazon SNS.
|
SnsDestination |
CreateEventDestinationRequest.getSnsDestination()
An object that contains information about an event destination for logging to Amazon SNS.
|
SnsDestination |
UpdateEventDestinationRequest.getSnsDestination()
An object that contains information about an event destination that sends data to Amazon SNS.
|
SnsDestination |
SnsDestination.withTopicArn(String topicArn)
The Amazon Resource Name (ARN) of the Amazon SNS topic that you want to publish events to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventDestination.setSnsDestination(SnsDestination snsDestination)
An object that contains information about an event destination that sends logging events to Amazon SNS.
|
void |
CreateEventDestinationRequest.setSnsDestination(SnsDestination snsDestination)
An object that contains information about an event destination for logging to Amazon SNS.
|
void |
UpdateEventDestinationRequest.setSnsDestination(SnsDestination snsDestination)
An object that contains information about an event destination that sends data to Amazon SNS.
|
EventDestination |
EventDestination.withSnsDestination(SnsDestination snsDestination)
An object that contains information about an event destination that sends logging events to Amazon SNS.
|
CreateEventDestinationRequest |
CreateEventDestinationRequest.withSnsDestination(SnsDestination snsDestination)
An object that contains information about an event destination for logging to Amazon SNS.
|
UpdateEventDestinationRequest |
UpdateEventDestinationRequest.withSnsDestination(SnsDestination snsDestination)
An object that contains information about an event destination that sends data to Amazon SNS.
|
Copyright © 2024. All rights reserved.