| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointsmsvoicev2 |
Welcome to the Amazon Pinpoint SMS and Voice, version 2 API Reference.
|
| software.amazon.awssdk.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateEventDestinationResponse> |
PinpointSmsVoiceV2AsyncClient.createEventDestination(Consumer<CreateEventDestinationRequest.Builder> createEventDestinationRequest)
Creates a new event destination in a configuration set.
|
default CreateEventDestinationResponse |
PinpointSmsVoiceV2Client.createEventDestination(Consumer<CreateEventDestinationRequest.Builder> createEventDestinationRequest)
Creates a new event destination in a configuration set.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateEventDestinationRequest.Builder |
CreateEventDestinationRequest.builder() |
CreateEventDestinationRequest.Builder |
CreateEventDestinationRequest.Builder.clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateEventDestinationRequest.Builder |
CreateEventDestinationRequest.Builder.cloudWatchLogsDestination(CloudWatchLogsDestination cloudWatchLogsDestination)
An object that contains information about an event destination for logging to Amazon CloudWatch logs.
|
default CreateEventDestinationRequest.Builder |
CreateEventDestinationRequest.Builder.cloudWatchLogsDestination(Consumer<CloudWatchLogsDestination.Builder> cloudWatchLogsDestination)
An object that contains information about an event destination for logging to Amazon CloudWatch logs.
|
CreateEventDestinationRequest.Builder |
CreateEventDestinationRequest.Builder.configurationSetName(String configurationSetName)
Either the name of the configuration set or the configuration set ARN to apply event logging to.
|
CreateEventDestinationRequest.Builder |
CreateEventDestinationRequest.Builder.eventDestinationName(String eventDestinationName)
The name that identifies the event destination.
|
default CreateEventDestinationRequest.Builder |
CreateEventDestinationRequest.Builder.kinesisFirehoseDestination(Consumer<KinesisFirehoseDestination.Builder> kinesisFirehoseDestination)
An object that contains information about an event destination for logging to Amazon Kinesis Data Firehose.
|
CreateEventDestinationRequest.Builder |
CreateEventDestinationRequest.Builder.kinesisFirehoseDestination(KinesisFirehoseDestination kinesisFirehoseDestination)
An object that contains information about an event destination for logging to Amazon Kinesis Data Firehose.
|
CreateEventDestinationRequest.Builder |
CreateEventDestinationRequest.Builder.matchingEventTypes(Collection<EventType> matchingEventTypes)
An array of event types that determine which events to log.
|
CreateEventDestinationRequest.Builder |
CreateEventDestinationRequest.Builder.matchingEventTypes(EventType... matchingEventTypes)
An array of event types that determine which events to log.
|
CreateEventDestinationRequest.Builder |
CreateEventDestinationRequest.Builder.matchingEventTypesWithStrings(Collection<String> matchingEventTypes)
An array of event types that determine which events to log.
|
CreateEventDestinationRequest.Builder |
CreateEventDestinationRequest.Builder.matchingEventTypesWithStrings(String... matchingEventTypes)
An array of event types that determine which events to log.
|
CreateEventDestinationRequest.Builder |
CreateEventDestinationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateEventDestinationRequest.Builder |
CreateEventDestinationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateEventDestinationRequest.Builder |
CreateEventDestinationRequest.Builder.snsDestination(Consumer<SnsDestination.Builder> snsDestination)
An object that contains information about an event destination for logging to Amazon SNS.
|
CreateEventDestinationRequest.Builder |
CreateEventDestinationRequest.Builder.snsDestination(SnsDestination snsDestination)
An object that contains information about an event destination for logging to Amazon SNS.
|
CreateEventDestinationRequest.Builder |
CreateEventDestinationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateEventDestinationRequest.Builder> |
CreateEventDestinationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.