| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointsmsvoice |
Pinpoint SMS and Voice Messaging public facing APIs
|
| software.amazon.awssdk.services.pinpointsmsvoice.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateConfigurationSetResponse |
PinpointSmsVoiceClient.createConfigurationSet(Consumer<CreateConfigurationSetRequest.Builder> createConfigurationSetRequest)
Create a new configuration set.
|
default CreateConfigurationSetResponse |
PinpointSmsVoiceClient.createConfigurationSet(CreateConfigurationSetRequest createConfigurationSetRequest)
Create a new configuration set.
|
default CreateConfigurationSetEventDestinationResponse |
PinpointSmsVoiceClient.createConfigurationSetEventDestination(Consumer<CreateConfigurationSetEventDestinationRequest.Builder> createConfigurationSetEventDestinationRequest)
Create a new event destination in a configuration set.
|
default CreateConfigurationSetEventDestinationResponse |
PinpointSmsVoiceClient.createConfigurationSetEventDestination(CreateConfigurationSetEventDestinationRequest createConfigurationSetEventDestinationRequest)
Create a new event destination in a configuration set.
|
default DeleteConfigurationSetResponse |
PinpointSmsVoiceClient.deleteConfigurationSet(Consumer<DeleteConfigurationSetRequest.Builder> deleteConfigurationSetRequest)
Deletes an existing configuration set.
|
default DeleteConfigurationSetResponse |
PinpointSmsVoiceClient.deleteConfigurationSet(DeleteConfigurationSetRequest deleteConfigurationSetRequest)
Deletes an existing configuration set.
|
default DeleteConfigurationSetEventDestinationResponse |
PinpointSmsVoiceClient.deleteConfigurationSetEventDestination(Consumer<DeleteConfigurationSetEventDestinationRequest.Builder> deleteConfigurationSetEventDestinationRequest)
Deletes an event destination in a configuration set.
|
default DeleteConfigurationSetEventDestinationResponse |
PinpointSmsVoiceClient.deleteConfigurationSetEventDestination(DeleteConfigurationSetEventDestinationRequest deleteConfigurationSetEventDestinationRequest)
Deletes an event destination in a configuration set.
|
default GetConfigurationSetEventDestinationsResponse |
PinpointSmsVoiceClient.getConfigurationSetEventDestinations(Consumer<GetConfigurationSetEventDestinationsRequest.Builder> getConfigurationSetEventDestinationsRequest)
Obtain information about an event destination, including the types of events it reports, the Amazon Resource Name
(ARN) of the destination, and the name of the event destination.
|
default GetConfigurationSetEventDestinationsResponse |
PinpointSmsVoiceClient.getConfigurationSetEventDestinations(GetConfigurationSetEventDestinationsRequest getConfigurationSetEventDestinationsRequest)
Obtain information about an event destination, including the types of events it reports, the Amazon Resource Name
(ARN) of the destination, and the name of the event destination.
|
default ListConfigurationSetsResponse |
PinpointSmsVoiceClient.listConfigurationSets(Consumer<ListConfigurationSetsRequest.Builder> listConfigurationSetsRequest)
List all of the configuration sets associated with your Amazon Pinpoint account in the current region.
|
default ListConfigurationSetsResponse |
PinpointSmsVoiceClient.listConfigurationSets(ListConfigurationSetsRequest listConfigurationSetsRequest)
List all of the configuration sets associated with your Amazon Pinpoint account in the current region.
|
default SendVoiceMessageResponse |
PinpointSmsVoiceClient.sendVoiceMessage(Consumer<SendVoiceMessageRequest.Builder> sendVoiceMessageRequest)
Create a new voice message and send it to a recipient's phone number.
|
default SendVoiceMessageResponse |
PinpointSmsVoiceClient.sendVoiceMessage(SendVoiceMessageRequest sendVoiceMessageRequest)
Create a new voice message and send it to a recipient's phone number.
|
default UpdateConfigurationSetEventDestinationResponse |
PinpointSmsVoiceClient.updateConfigurationSetEventDestination(Consumer<UpdateConfigurationSetEventDestinationRequest.Builder> updateConfigurationSetEventDestinationRequest)
Update an event destination in a configuration set.
|
default UpdateConfigurationSetEventDestinationResponse |
PinpointSmsVoiceClient.updateConfigurationSetEventDestination(UpdateConfigurationSetEventDestinationRequest updateConfigurationSetEventDestinationRequest)
Update an event destination in a configuration set.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlreadyExistsException
The resource specified in your request already exists.
|
class |
BadRequestException
The input you provided is invalid.
|
class |
InternalServiceErrorException
The API encountered an unexpected error and couldn't complete the request.
|
class |
LimitExceededException
There are too many instances of the specified resource type.
|
class |
NotFoundException
The resource you attempted to access doesn't exist.
|
class |
TooManyRequestsException
You've issued too many requests to the resource.
|
| Modifier and Type | Method and Description |
|---|---|
PinpointSmsVoiceException |
PinpointSmsVoiceException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(PinpointSmsVoiceException ex) |
Copyright © 2020. All rights reserved.