| 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<CreateEventDestinationResult> |
AbstractAmazonPinpointSMSVoiceV2Async.createEventDestinationAsync(CreateEventDestinationRequest request,
AsyncHandler<CreateEventDestinationRequest,CreateEventDestinationResult> asyncHandler) |
Future<CreateEventDestinationResult> |
AmazonPinpointSMSVoiceV2AsyncClient.createEventDestinationAsync(CreateEventDestinationRequest request,
AsyncHandler<CreateEventDestinationRequest,CreateEventDestinationResult> asyncHandler) |
Future<CreateEventDestinationResult> |
AmazonPinpointSMSVoiceV2Async.createEventDestinationAsync(CreateEventDestinationRequest createEventDestinationRequest,
AsyncHandler<CreateEventDestinationRequest,CreateEventDestinationResult> asyncHandler)
Creates a new event destination in a configuration set.
|
| Modifier and Type | Method and Description |
|---|---|
CreateEventDestinationRequest |
CreateEventDestinationRequest.clone() |
CreateEventDestinationRequest |
CreateEventDestinationRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateEventDestinationRequest |
CreateEventDestinationRequest.withCloudWatchLogsDestination(CloudWatchLogsDestination cloudWatchLogsDestination)
An object that contains information about an event destination for logging to Amazon CloudWatch Logs.
|
CreateEventDestinationRequest |
CreateEventDestinationRequest.withConfigurationSetName(String configurationSetName)
Either the name of the configuration set or the configuration set ARN to apply event logging to.
|
CreateEventDestinationRequest |
CreateEventDestinationRequest.withEventDestinationName(String eventDestinationName)
The name that identifies the event destination.
|
CreateEventDestinationRequest |
CreateEventDestinationRequest.withKinesisFirehoseDestination(KinesisFirehoseDestination kinesisFirehoseDestination)
An object that contains information about an event destination for logging to Amazon Data Firehose.
|
CreateEventDestinationRequest |
CreateEventDestinationRequest.withMatchingEventTypes(Collection<String> matchingEventTypes)
An array of event types that determine which events to log.
|
CreateEventDestinationRequest |
CreateEventDestinationRequest.withMatchingEventTypes(EventType... matchingEventTypes)
An array of event types that determine which events to log.
|
CreateEventDestinationRequest |
CreateEventDestinationRequest.withMatchingEventTypes(String... matchingEventTypes)
An array of event types that determine which events to log.
|
CreateEventDestinationRequest |
CreateEventDestinationRequest.withSnsDestination(SnsDestination snsDestination)
An object that contains information about an event destination for logging to Amazon SNS.
|
Copyright © 2025. All rights reserved.