| Package | Description |
|---|---|
| com.amazonaws.services.pinpointsmsvoicev2 |
Welcome to the AWS End User Messaging SMS and Voice, version 2 API Reference.
|
| com.amazonaws.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateEventDestinationResult> |
AmazonPinpointSMSVoiceV2AsyncClient.updateEventDestinationAsync(UpdateEventDestinationRequest request,
AsyncHandler<UpdateEventDestinationRequest,UpdateEventDestinationResult> asyncHandler) |
Future<UpdateEventDestinationResult> |
AmazonPinpointSMSVoiceV2Async.updateEventDestinationAsync(UpdateEventDestinationRequest updateEventDestinationRequest,
AsyncHandler<UpdateEventDestinationRequest,UpdateEventDestinationResult> asyncHandler)
Updates an existing event destination in a configuration set.
|
Future<UpdateEventDestinationResult> |
AbstractAmazonPinpointSMSVoiceV2Async.updateEventDestinationAsync(UpdateEventDestinationRequest request,
AsyncHandler<UpdateEventDestinationRequest,UpdateEventDestinationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateEventDestinationRequest |
UpdateEventDestinationRequest.clone() |
UpdateEventDestinationRequest |
UpdateEventDestinationRequest.withCloudWatchLogsDestination(CloudWatchLogsDestination cloudWatchLogsDestination)
An object that contains information about an event destination that sends data to CloudWatch Logs.
|
UpdateEventDestinationRequest |
UpdateEventDestinationRequest.withConfigurationSetName(String configurationSetName)
The configuration set to update with the new event destination.
|
UpdateEventDestinationRequest |
UpdateEventDestinationRequest.withEnabled(Boolean enabled)
When set to true logging is enabled.
|
UpdateEventDestinationRequest |
UpdateEventDestinationRequest.withEventDestinationName(String eventDestinationName)
The name to use for the event destination.
|
UpdateEventDestinationRequest |
UpdateEventDestinationRequest.withKinesisFirehoseDestination(KinesisFirehoseDestination kinesisFirehoseDestination)
An object that contains information about an event destination for logging to Firehose.
|
UpdateEventDestinationRequest |
UpdateEventDestinationRequest.withMatchingEventTypes(Collection<String> matchingEventTypes)
An array of event types that determine which events to log.
|
UpdateEventDestinationRequest |
UpdateEventDestinationRequest.withMatchingEventTypes(EventType... matchingEventTypes)
An array of event types that determine which events to log.
|
UpdateEventDestinationRequest |
UpdateEventDestinationRequest.withMatchingEventTypes(String... matchingEventTypes)
An array of event types that determine which events to log.
|
UpdateEventDestinationRequest |
UpdateEventDestinationRequest.withSnsDestination(SnsDestination snsDestination)
An object that contains information about an event destination that sends data to Amazon SNS.
|
Copyright © 2025. All rights reserved.