| Package | Description |
|---|---|
| com.amazonaws.services.pinpointsmsvoicev2 |
Welcome to the Amazon Pinpoint SMS and Voice, version 2 API Reference.
|
| com.amazonaws.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
DeleteConfigurationSetResult |
AmazonPinpointSMSVoiceV2Client.deleteConfigurationSet(DeleteConfigurationSetRequest request)
Deletes an existing configuration set.
|
DeleteConfigurationSetResult |
AmazonPinpointSMSVoiceV2.deleteConfigurationSet(DeleteConfigurationSetRequest deleteConfigurationSetRequest)
Deletes an existing configuration set.
|
DeleteConfigurationSetResult |
AbstractAmazonPinpointSMSVoiceV2.deleteConfigurationSet(DeleteConfigurationSetRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteConfigurationSetResult> |
AbstractAmazonPinpointSMSVoiceV2Async.deleteConfigurationSetAsync(DeleteConfigurationSetRequest request,
AsyncHandler<DeleteConfigurationSetRequest,DeleteConfigurationSetResult> asyncHandler) |
Future<DeleteConfigurationSetResult> |
AmazonPinpointSMSVoiceV2AsyncClient.deleteConfigurationSetAsync(DeleteConfigurationSetRequest request,
AsyncHandler<DeleteConfigurationSetRequest,DeleteConfigurationSetResult> asyncHandler) |
Future<DeleteConfigurationSetResult> |
AmazonPinpointSMSVoiceV2Async.deleteConfigurationSetAsync(DeleteConfigurationSetRequest deleteConfigurationSetRequest,
AsyncHandler<DeleteConfigurationSetRequest,DeleteConfigurationSetResult> asyncHandler)
Deletes an existing configuration set.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteConfigurationSetResult |
DeleteConfigurationSetResult.clone() |
DeleteConfigurationSetResult |
DeleteConfigurationSetResult.withConfigurationSetArn(String configurationSetArn)
The Amazon Resource Name (ARN) of the deleted configuration set.
|
DeleteConfigurationSetResult |
DeleteConfigurationSetResult.withConfigurationSetName(String configurationSetName)
The name of the deleted configuration set.
|
DeleteConfigurationSetResult |
DeleteConfigurationSetResult.withCreatedTimestamp(Date createdTimestamp)
The time that the deleted configuration set was created in UNIX epoch
time format.
|
DeleteConfigurationSetResult |
DeleteConfigurationSetResult.withDefaultMessageType(MessageType defaultMessageType)
The default message type of the configuration set that was deleted.
|
DeleteConfigurationSetResult |
DeleteConfigurationSetResult.withDefaultMessageType(String defaultMessageType)
The default message type of the configuration set that was deleted.
|
DeleteConfigurationSetResult |
DeleteConfigurationSetResult.withDefaultSenderId(String defaultSenderId)
The default Sender ID of the configuration set that was deleted.
|
DeleteConfigurationSetResult |
DeleteConfigurationSetResult.withEventDestinations(Collection<EventDestination> eventDestinations)
An array of any EventDestination objects that were associated with the deleted configuration set.
|
DeleteConfigurationSetResult |
DeleteConfigurationSetResult.withEventDestinations(EventDestination... eventDestinations)
An array of any EventDestination objects that were associated with the deleted configuration set.
|
Copyright © 2024. All rights reserved.