@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AmazonPinpointSMSVoice
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAmazonPinpointSMSVoice
instead.
Pinpoint SMS and Voice Messaging public facing APIs
Modifier and Type | Field and Description |
---|---|
static String |
ENDPOINT_PREFIX
The region metadata service name for computing region endpoints.
|
Modifier and Type | Method and Description |
---|---|
CreateConfigurationSetResult |
createConfigurationSet(CreateConfigurationSetRequest createConfigurationSetRequest)
Create a new configuration set.
|
CreateConfigurationSetEventDestinationResult |
createConfigurationSetEventDestination(CreateConfigurationSetEventDestinationRequest createConfigurationSetEventDestinationRequest)
Create a new event destination in a configuration set.
|
DeleteConfigurationSetResult |
deleteConfigurationSet(DeleteConfigurationSetRequest deleteConfigurationSetRequest)
Deletes an existing configuration set.
|
DeleteConfigurationSetEventDestinationResult |
deleteConfigurationSetEventDestination(DeleteConfigurationSetEventDestinationRequest deleteConfigurationSetEventDestinationRequest)
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 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.
|
ListConfigurationSetsResult |
listConfigurationSets(ListConfigurationSetsRequest listConfigurationSetsRequest)
List all of the configuration sets associated with your Amazon Pinpoint account in the current region.
|
SendVoiceMessageResult |
sendVoiceMessage(SendVoiceMessageRequest sendVoiceMessageRequest)
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 updateConfigurationSetEventDestinationRequest)
Update an event destination in a configuration set.
|
static final String ENDPOINT_PREFIX
CreateConfigurationSetResult createConfigurationSet(CreateConfigurationSetRequest createConfigurationSetRequest)
createConfigurationSetRequest
- A request to create a new configuration set.TooManyRequestsException
- TooManyRequestsExceptionBadRequestException
- BadRequestExceptionLimitExceededException
- LimitExceededExceptionInternalServiceErrorException
- InternalServiceErrorExceptionAlreadyExistsException
- AlreadyExistsExceptionCreateConfigurationSetEventDestinationResult createConfigurationSetEventDestination(CreateConfigurationSetEventDestinationRequest createConfigurationSetEventDestinationRequest)
createConfigurationSetEventDestinationRequest
- Create a new event destination in a configuration set.BadRequestException
- BadRequestExceptionLimitExceededException
- LimitExceededExceptionInternalServiceErrorException
- InternalServiceErrorExceptionNotFoundException
- NotFoundExceptionTooManyRequestsException
- TooManyRequestsExceptionAlreadyExistsException
- AlreadyExistsExceptionDeleteConfigurationSetResult deleteConfigurationSet(DeleteConfigurationSetRequest deleteConfigurationSetRequest)
deleteConfigurationSetRequest
- NotFoundException
- NotFoundExceptionTooManyRequestsException
- TooManyRequestsExceptionBadRequestException
- BadRequestExceptionInternalServiceErrorException
- InternalServiceErrorExceptionDeleteConfigurationSetEventDestinationResult deleteConfigurationSetEventDestination(DeleteConfigurationSetEventDestinationRequest deleteConfigurationSetEventDestinationRequest)
deleteConfigurationSetEventDestinationRequest
- NotFoundException
- NotFoundExceptionTooManyRequestsException
- TooManyRequestsExceptionBadRequestException
- BadRequestExceptionInternalServiceErrorException
- InternalServiceErrorExceptionGetConfigurationSetEventDestinationsResult getConfigurationSetEventDestinations(GetConfigurationSetEventDestinationsRequest getConfigurationSetEventDestinationsRequest)
getConfigurationSetEventDestinationsRequest
- NotFoundException
- NotFoundExceptionTooManyRequestsException
- TooManyRequestsExceptionBadRequestException
- BadRequestExceptionInternalServiceErrorException
- InternalServiceErrorExceptionListConfigurationSetsResult listConfigurationSets(ListConfigurationSetsRequest listConfigurationSetsRequest)
listConfigurationSetsRequest
- TooManyRequestsException
- TooManyRequestsExceptionBadRequestException
- BadRequestExceptionInternalServiceErrorException
- InternalServiceErrorExceptionSendVoiceMessageResult sendVoiceMessage(SendVoiceMessageRequest sendVoiceMessageRequest)
sendVoiceMessageRequest
- SendVoiceMessageRequestTooManyRequestsException
- TooManyRequestsExceptionBadRequestException
- BadRequestExceptionInternalServiceErrorException
- InternalServiceErrorExceptionUpdateConfigurationSetEventDestinationResult updateConfigurationSetEventDestination(UpdateConfigurationSetEventDestinationRequest updateConfigurationSetEventDestinationRequest)
updateConfigurationSetEventDestinationRequest
- UpdateConfigurationSetEventDestinationRequestNotFoundException
- NotFoundExceptionTooManyRequestsException
- TooManyRequestsExceptionBadRequestException
- BadRequestExceptionInternalServiceErrorException
- InternalServiceErrorExceptionvoid shutdown()
ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
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.
request
- The originally executed request.