@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonPinpointSMSVoice extends Object implements AmazonPinpointSMSVoice
AmazonPinpointSMSVoice. Convenient method forms pass through to the corresponding
overload that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
CreateConfigurationSetResult |
createConfigurationSet(CreateConfigurationSetRequest request)
Create a new configuration set.
|
CreateConfigurationSetEventDestinationResult |
createConfigurationSetEventDestination(CreateConfigurationSetEventDestinationRequest request)
Create a new event destination in a configuration set.
|
DeleteConfigurationSetResult |
deleteConfigurationSet(DeleteConfigurationSetRequest request)
Deletes an existing configuration set.
|
DeleteConfigurationSetEventDestinationResult |
deleteConfigurationSetEventDestination(DeleteConfigurationSetEventDestinationRequest request)
Deletes an event destination in a configuration set.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetConfigurationSetEventDestinationsResult |
getConfigurationSetEventDestinations(GetConfigurationSetEventDestinationsRequest request)
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.
|
ListConfigurationSetsResult |
listConfigurationSets(ListConfigurationSetsRequest request)
List all of the configuration sets associated with your Amazon Pinpoint account in the current region.
|
SendVoiceMessageResult |
sendVoiceMessage(SendVoiceMessageRequest request)
Create a new voice message and send it to a recipient's phone number.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
UpdateConfigurationSetEventDestinationResult |
updateConfigurationSetEventDestination(UpdateConfigurationSetEventDestinationRequest request)
Update an event destination in a configuration set.
|
public CreateConfigurationSetResult createConfigurationSet(CreateConfigurationSetRequest request)
AmazonPinpointSMSVoicecreateConfigurationSet in interface AmazonPinpointSMSVoicerequest - A request to create a new configuration set.public CreateConfigurationSetEventDestinationResult createConfigurationSetEventDestination(CreateConfigurationSetEventDestinationRequest request)
AmazonPinpointSMSVoicecreateConfigurationSetEventDestination in interface AmazonPinpointSMSVoicerequest - Create a new event destination in a configuration set.public DeleteConfigurationSetResult deleteConfigurationSet(DeleteConfigurationSetRequest request)
AmazonPinpointSMSVoicedeleteConfigurationSet in interface AmazonPinpointSMSVoicepublic DeleteConfigurationSetEventDestinationResult deleteConfigurationSetEventDestination(DeleteConfigurationSetEventDestinationRequest request)
AmazonPinpointSMSVoicedeleteConfigurationSetEventDestination in interface AmazonPinpointSMSVoicepublic GetConfigurationSetEventDestinationsResult getConfigurationSetEventDestinations(GetConfigurationSetEventDestinationsRequest request)
AmazonPinpointSMSVoicegetConfigurationSetEventDestinations in interface AmazonPinpointSMSVoicepublic ListConfigurationSetsResult listConfigurationSets(ListConfigurationSetsRequest request)
AmazonPinpointSMSVoicelistConfigurationSets in interface AmazonPinpointSMSVoicepublic SendVoiceMessageResult sendVoiceMessage(SendVoiceMessageRequest request)
AmazonPinpointSMSVoicesendVoiceMessage in interface AmazonPinpointSMSVoicerequest - SendVoiceMessageRequestpublic UpdateConfigurationSetEventDestinationResult updateConfigurationSetEventDestination(UpdateConfigurationSetEventDestinationRequest request)
AmazonPinpointSMSVoiceupdateConfigurationSetEventDestination in interface AmazonPinpointSMSVoicerequest - UpdateConfigurationSetEventDestinationRequestpublic void shutdown()
AmazonPinpointSMSVoiceshutdown in interface AmazonPinpointSMSVoicepublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AmazonPinpointSMSVoiceResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AmazonPinpointSMSVoicerequest - The originally executed request.