| Package | Description |
|---|---|
| com.amazonaws.services.pinpointsmsvoicev2 |
Welcome to the AWS End User Messaging SMS and Voice, version 2 API Reference.
|
| com.amazonaws.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
CreateRegistrationVersionResult |
AmazonPinpointSMSVoiceV2Client.createRegistrationVersion(CreateRegistrationVersionRequest request)
Create a new version of the registration and increase the VersionNumber.
|
CreateRegistrationVersionResult |
AbstractAmazonPinpointSMSVoiceV2.createRegistrationVersion(CreateRegistrationVersionRequest request) |
CreateRegistrationVersionResult |
AmazonPinpointSMSVoiceV2.createRegistrationVersion(CreateRegistrationVersionRequest createRegistrationVersionRequest)
Create a new version of the registration and increase the VersionNumber.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateRegistrationVersionResult> |
AbstractAmazonPinpointSMSVoiceV2Async.createRegistrationVersionAsync(CreateRegistrationVersionRequest request,
AsyncHandler<CreateRegistrationVersionRequest,CreateRegistrationVersionResult> asyncHandler) |
Future<CreateRegistrationVersionResult> |
AmazonPinpointSMSVoiceV2AsyncClient.createRegistrationVersionAsync(CreateRegistrationVersionRequest request,
AsyncHandler<CreateRegistrationVersionRequest,CreateRegistrationVersionResult> asyncHandler) |
Future<CreateRegistrationVersionResult> |
AmazonPinpointSMSVoiceV2Async.createRegistrationVersionAsync(CreateRegistrationVersionRequest createRegistrationVersionRequest,
AsyncHandler<CreateRegistrationVersionRequest,CreateRegistrationVersionResult> asyncHandler)
Create a new version of the registration and increase the VersionNumber.
|
| Modifier and Type | Method and Description |
|---|---|
CreateRegistrationVersionResult |
CreateRegistrationVersionResult.clone() |
CreateRegistrationVersionResult |
CreateRegistrationVersionResult.withRegistrationArn(String registrationArn)
The Amazon Resource Name (ARN) for the registration.
|
CreateRegistrationVersionResult |
CreateRegistrationVersionResult.withRegistrationId(String registrationId)
The unique identifier for the registration.
|
CreateRegistrationVersionResult |
CreateRegistrationVersionResult.withRegistrationVersionStatus(RegistrationVersionStatus registrationVersionStatus)
The status of the registration.
|
CreateRegistrationVersionResult |
CreateRegistrationVersionResult.withRegistrationVersionStatus(String registrationVersionStatus)
The status of the registration.
|
CreateRegistrationVersionResult |
CreateRegistrationVersionResult.withRegistrationVersionStatusHistory(RegistrationVersionStatusHistory registrationVersionStatusHistory)
A RegistrationVersionStatusHistory object that contains timestamps for the registration.
|
CreateRegistrationVersionResult |
CreateRegistrationVersionResult.withVersionNumber(Long versionNumber)
The new version number of the registration.
|
Copyright © 2025. All rights reserved.