| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointsmsvoicev2 |
Welcome to the Amazon Pinpoint SMS and Voice, version 2 API Reference.
|
| Modifier and Type | Method and Description |
|---|---|
default AssociateOriginationIdentityResponse |
PinpointSmsVoiceV2Client.associateOriginationIdentity(AssociateOriginationIdentityRequest associateOriginationIdentityRequest)
Associates the specified origination identity with a pool.
|
default AssociateOriginationIdentityResponse |
PinpointSmsVoiceV2Client.associateOriginationIdentity(Consumer<AssociateOriginationIdentityRequest.Builder> associateOriginationIdentityRequest)
Associates the specified origination identity with a pool.
|
default CreateConfigurationSetResponse |
PinpointSmsVoiceV2Client.createConfigurationSet(Consumer<CreateConfigurationSetRequest.Builder> createConfigurationSetRequest)
Creates a new configuration set.
|
default CreateConfigurationSetResponse |
PinpointSmsVoiceV2Client.createConfigurationSet(CreateConfigurationSetRequest createConfigurationSetRequest)
Creates a new configuration set.
|
default CreateEventDestinationResponse |
PinpointSmsVoiceV2Client.createEventDestination(Consumer<CreateEventDestinationRequest.Builder> createEventDestinationRequest)
Creates a new event destination in a configuration set.
|
default CreateEventDestinationResponse |
PinpointSmsVoiceV2Client.createEventDestination(CreateEventDestinationRequest createEventDestinationRequest)
Creates a new event destination in a configuration set.
|
default CreateOptOutListResponse |
PinpointSmsVoiceV2Client.createOptOutList(Consumer<CreateOptOutListRequest.Builder> createOptOutListRequest)
Creates a new opt-out list.
|
default CreateOptOutListResponse |
PinpointSmsVoiceV2Client.createOptOutList(CreateOptOutListRequest createOptOutListRequest)
Creates a new opt-out list.
|
default CreatePoolResponse |
PinpointSmsVoiceV2Client.createPool(Consumer<CreatePoolRequest.Builder> createPoolRequest)
Creates a new pool and associates the specified origination identity to the pool.
|
default CreatePoolResponse |
PinpointSmsVoiceV2Client.createPool(CreatePoolRequest createPoolRequest)
Creates a new pool and associates the specified origination identity to the pool.
|
default DeleteKeywordResponse |
PinpointSmsVoiceV2Client.deleteKeyword(Consumer<DeleteKeywordRequest.Builder> deleteKeywordRequest)
Deletes an existing keyword from an origination phone number or pool.
|
default DeleteKeywordResponse |
PinpointSmsVoiceV2Client.deleteKeyword(DeleteKeywordRequest deleteKeywordRequest)
Deletes an existing keyword from an origination phone number or pool.
|
default DeleteOptedOutNumberResponse |
PinpointSmsVoiceV2Client.deleteOptedOutNumber(Consumer<DeleteOptedOutNumberRequest.Builder> deleteOptedOutNumberRequest)
Deletes an existing opted out destination phone number from the specified opt-out list.
|
default DeleteOptedOutNumberResponse |
PinpointSmsVoiceV2Client.deleteOptedOutNumber(DeleteOptedOutNumberRequest deleteOptedOutNumberRequest)
Deletes an existing opted out destination phone number from the specified opt-out list.
|
default DeleteOptOutListResponse |
PinpointSmsVoiceV2Client.deleteOptOutList(Consumer<DeleteOptOutListRequest.Builder> deleteOptOutListRequest)
Deletes an existing opt-out list.
|
default DeleteOptOutListResponse |
PinpointSmsVoiceV2Client.deleteOptOutList(DeleteOptOutListRequest deleteOptOutListRequest)
Deletes an existing opt-out list.
|
default DeletePoolResponse |
PinpointSmsVoiceV2Client.deletePool(Consumer<DeletePoolRequest.Builder> deletePoolRequest)
Deletes an existing pool.
|
default DeletePoolResponse |
PinpointSmsVoiceV2Client.deletePool(DeletePoolRequest deletePoolRequest)
Deletes an existing pool.
|
default DisassociateOriginationIdentityResponse |
PinpointSmsVoiceV2Client.disassociateOriginationIdentity(Consumer<DisassociateOriginationIdentityRequest.Builder> disassociateOriginationIdentityRequest)
Removes the specified origination identity from an existing pool.
|
default DisassociateOriginationIdentityResponse |
PinpointSmsVoiceV2Client.disassociateOriginationIdentity(DisassociateOriginationIdentityRequest disassociateOriginationIdentityRequest)
Removes the specified origination identity from an existing pool.
|
default PutKeywordResponse |
PinpointSmsVoiceV2Client.putKeyword(Consumer<PutKeywordRequest.Builder> putKeywordRequest)
Creates or updates a keyword configuration on an origination phone number or pool.
|
default PutKeywordResponse |
PinpointSmsVoiceV2Client.putKeyword(PutKeywordRequest putKeywordRequest)
Creates or updates a keyword configuration on an origination phone number or pool.
|
default ReleasePhoneNumberResponse |
PinpointSmsVoiceV2Client.releasePhoneNumber(Consumer<ReleasePhoneNumberRequest.Builder> releasePhoneNumberRequest)
Releases an existing origination phone number in your account.
|
default ReleasePhoneNumberResponse |
PinpointSmsVoiceV2Client.releasePhoneNumber(ReleasePhoneNumberRequest releasePhoneNumberRequest)
Releases an existing origination phone number in your account.
|
default RequestPhoneNumberResponse |
PinpointSmsVoiceV2Client.requestPhoneNumber(Consumer<RequestPhoneNumberRequest.Builder> requestPhoneNumberRequest)
Request an origination phone number for use in your account.
|
default RequestPhoneNumberResponse |
PinpointSmsVoiceV2Client.requestPhoneNumber(RequestPhoneNumberRequest requestPhoneNumberRequest)
Request an origination phone number for use in your account.
|
default SendTextMessageResponse |
PinpointSmsVoiceV2Client.sendTextMessage(Consumer<SendTextMessageRequest.Builder> sendTextMessageRequest)
Creates a new text message and sends it to a recipient's phone number.
|
default SendTextMessageResponse |
PinpointSmsVoiceV2Client.sendTextMessage(SendTextMessageRequest sendTextMessageRequest)
Creates a new text message and sends it to a recipient's phone number.
|
default SendVoiceMessageResponse |
PinpointSmsVoiceV2Client.sendVoiceMessage(Consumer<SendVoiceMessageRequest.Builder> sendVoiceMessageRequest)
Allows you to send a request that sends a text message through Amazon Pinpoint.
|
default SendVoiceMessageResponse |
PinpointSmsVoiceV2Client.sendVoiceMessage(SendVoiceMessageRequest sendVoiceMessageRequest)
Allows you to send a request that sends a text message through Amazon Pinpoint.
|
default UpdateEventDestinationResponse |
PinpointSmsVoiceV2Client.updateEventDestination(Consumer<UpdateEventDestinationRequest.Builder> updateEventDestinationRequest)
Updates an existing event destination in a configuration set.
|
default UpdateEventDestinationResponse |
PinpointSmsVoiceV2Client.updateEventDestination(UpdateEventDestinationRequest updateEventDestinationRequest)
Updates an existing event destination in a configuration set.
|
default UpdatePhoneNumberResponse |
PinpointSmsVoiceV2Client.updatePhoneNumber(Consumer<UpdatePhoneNumberRequest.Builder> updatePhoneNumberRequest)
Updates the configuration of an existing origination phone number.
|
default UpdatePhoneNumberResponse |
PinpointSmsVoiceV2Client.updatePhoneNumber(UpdatePhoneNumberRequest updatePhoneNumberRequest)
Updates the configuration of an existing origination phone number.
|
default UpdatePoolResponse |
PinpointSmsVoiceV2Client.updatePool(Consumer<UpdatePoolRequest.Builder> updatePoolRequest)
Updates the configuration of an existing pool.
|
default UpdatePoolResponse |
PinpointSmsVoiceV2Client.updatePool(UpdatePoolRequest updatePoolRequest)
Updates the configuration of an existing pool.
|
Copyright © 2023. All rights reserved.