| Package | Description |
|---|---|
| com.amazonaws.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
RegistrationAttachmentsInformation |
RegistrationAttachmentsInformation.clone() |
RegistrationAttachmentsInformation |
RegistrationAttachmentsInformation.withAttachmentStatus(AttachmentStatus attachmentStatus)
The status of the registration attachment.
|
RegistrationAttachmentsInformation |
RegistrationAttachmentsInformation.withAttachmentStatus(String attachmentStatus)
The status of the registration attachment.
|
RegistrationAttachmentsInformation |
RegistrationAttachmentsInformation.withAttachmentUploadErrorReason(AttachmentUploadErrorReason attachmentUploadErrorReason)
A description of why the upload didn't successfully complete.
|
RegistrationAttachmentsInformation |
RegistrationAttachmentsInformation.withAttachmentUploadErrorReason(String attachmentUploadErrorReason)
A description of why the upload didn't successfully complete.
|
RegistrationAttachmentsInformation |
RegistrationAttachmentsInformation.withCreatedTimestamp(Date createdTimestamp)
The time when the registration attachment was created, in UNIX epoch
time format.
|
RegistrationAttachmentsInformation |
RegistrationAttachmentsInformation.withRegistrationAttachmentArn(String registrationAttachmentArn)
The Amazon Resource Name (ARN) for the registration attachment.
|
RegistrationAttachmentsInformation |
RegistrationAttachmentsInformation.withRegistrationAttachmentId(String registrationAttachmentId)
The unique identifier for the registration attachment.
|
| Modifier and Type | Method and Description |
|---|---|
List<RegistrationAttachmentsInformation> |
DescribeRegistrationAttachmentsResult.getRegistrationAttachments()
An array of RegistrationAttachments objects that contain the details for the requested registration
attachments.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeRegistrationAttachmentsResult |
DescribeRegistrationAttachmentsResult.withRegistrationAttachments(RegistrationAttachmentsInformation... registrationAttachments)
An array of RegistrationAttachments objects that contain the details for the requested registration
attachments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeRegistrationAttachmentsResult.setRegistrationAttachments(Collection<RegistrationAttachmentsInformation> registrationAttachments)
An array of RegistrationAttachments objects that contain the details for the requested registration
attachments.
|
DescribeRegistrationAttachmentsResult |
DescribeRegistrationAttachmentsResult.withRegistrationAttachments(Collection<RegistrationAttachmentsInformation> registrationAttachments)
An array of RegistrationAttachments objects that contain the details for the requested registration
attachments.
|
Copyright © 2025. All rights reserved.