@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)
AmazonPinpointSMSVoice
createConfigurationSet
in interface AmazonPinpointSMSVoice
request
- A request to create a new configuration set.public CreateConfigurationSetEventDestinationResult createConfigurationSetEventDestination(CreateConfigurationSetEventDestinationRequest request)
AmazonPinpointSMSVoice
createConfigurationSetEventDestination
in interface AmazonPinpointSMSVoice
request
- Create a new event destination in a configuration set.public DeleteConfigurationSetResult deleteConfigurationSet(DeleteConfigurationSetRequest request)
AmazonPinpointSMSVoice
deleteConfigurationSet
in interface AmazonPinpointSMSVoice
public DeleteConfigurationSetEventDestinationResult deleteConfigurationSetEventDestination(DeleteConfigurationSetEventDestinationRequest request)
AmazonPinpointSMSVoice
deleteConfigurationSetEventDestination
in interface AmazonPinpointSMSVoice
public GetConfigurationSetEventDestinationsResult getConfigurationSetEventDestinations(GetConfigurationSetEventDestinationsRequest request)
AmazonPinpointSMSVoice
getConfigurationSetEventDestinations
in interface AmazonPinpointSMSVoice
public ListConfigurationSetsResult listConfigurationSets(ListConfigurationSetsRequest request)
AmazonPinpointSMSVoice
listConfigurationSets
in interface AmazonPinpointSMSVoice
public SendVoiceMessageResult sendVoiceMessage(SendVoiceMessageRequest request)
AmazonPinpointSMSVoice
sendVoiceMessage
in interface AmazonPinpointSMSVoice
request
- SendVoiceMessageRequestpublic UpdateConfigurationSetEventDestinationResult updateConfigurationSetEventDestination(UpdateConfigurationSetEventDestinationRequest request)
AmazonPinpointSMSVoice
updateConfigurationSetEventDestination
in interface AmazonPinpointSMSVoice
request
- UpdateConfigurationSetEventDestinationRequestpublic void shutdown()
AmazonPinpointSMSVoice
shutdown
in interface AmazonPinpointSMSVoice
public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AmazonPinpointSMSVoice
Response 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 AmazonPinpointSMSVoice
request
- The originally executed request.