| 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<UpdateEventDestinationResponse> |
PinpointSmsVoiceV2AsyncClient.updateEventDestination(Consumer<UpdateEventDestinationRequest.Builder> updateEventDestinationRequest)
Updates an existing event destination in a configuration set.
|
default UpdateEventDestinationResponse |
PinpointSmsVoiceV2Client.updateEventDestination(Consumer<UpdateEventDestinationRequest.Builder> updateEventDestinationRequest)
Updates an existing event destination in a configuration set.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateEventDestinationRequest.Builder |
UpdateEventDestinationRequest.builder() |
UpdateEventDestinationRequest.Builder |
UpdateEventDestinationRequest.Builder.cloudWatchLogsDestination(CloudWatchLogsDestination cloudWatchLogsDestination)
An object that contains information about an event destination that sends data to CloudWatch Logs.
|
default UpdateEventDestinationRequest.Builder |
UpdateEventDestinationRequest.Builder.cloudWatchLogsDestination(Consumer<CloudWatchLogsDestination.Builder> cloudWatchLogsDestination)
An object that contains information about an event destination that sends data to CloudWatch Logs.
|
UpdateEventDestinationRequest.Builder |
UpdateEventDestinationRequest.Builder.configurationSetName(String configurationSetName)
The configuration set to update with the new event destination.
|
UpdateEventDestinationRequest.Builder |
UpdateEventDestinationRequest.Builder.enabled(Boolean enabled)
When set to true logging is enabled.
|
UpdateEventDestinationRequest.Builder |
UpdateEventDestinationRequest.Builder.eventDestinationName(String eventDestinationName)
The name to use for the event destination.
|
default UpdateEventDestinationRequest.Builder |
UpdateEventDestinationRequest.Builder.kinesisFirehoseDestination(Consumer<KinesisFirehoseDestination.Builder> kinesisFirehoseDestination)
An object that contains information about an event destination for logging to Kinesis Data Firehose.
|
UpdateEventDestinationRequest.Builder |
UpdateEventDestinationRequest.Builder.kinesisFirehoseDestination(KinesisFirehoseDestination kinesisFirehoseDestination)
An object that contains information about an event destination for logging to Kinesis Data Firehose.
|
UpdateEventDestinationRequest.Builder |
UpdateEventDestinationRequest.Builder.matchingEventTypes(Collection<EventType> matchingEventTypes)
An array of event types that determine which events to log.
|
UpdateEventDestinationRequest.Builder |
UpdateEventDestinationRequest.Builder.matchingEventTypes(EventType... matchingEventTypes)
An array of event types that determine which events to log.
|
UpdateEventDestinationRequest.Builder |
UpdateEventDestinationRequest.Builder.matchingEventTypesWithStrings(Collection<String> matchingEventTypes)
An array of event types that determine which events to log.
|
UpdateEventDestinationRequest.Builder |
UpdateEventDestinationRequest.Builder.matchingEventTypesWithStrings(String... matchingEventTypes)
An array of event types that determine which events to log.
|
UpdateEventDestinationRequest.Builder |
UpdateEventDestinationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateEventDestinationRequest.Builder |
UpdateEventDestinationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateEventDestinationRequest.Builder |
UpdateEventDestinationRequest.Builder.snsDestination(Consumer<SnsDestination.Builder> snsDestination)
An object that contains information about an event destination that sends data to Amazon SNS.
|
UpdateEventDestinationRequest.Builder |
UpdateEventDestinationRequest.Builder.snsDestination(SnsDestination snsDestination)
An object that contains information about an event destination that sends data to Amazon SNS.
|
UpdateEventDestinationRequest.Builder |
UpdateEventDestinationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateEventDestinationRequest.Builder> |
UpdateEventDestinationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.