| Package | Description |
|---|---|
| com.amazonaws.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
RegistrationAttachmentFilter |
RegistrationAttachmentFilter.clone() |
RegistrationAttachmentFilter |
RegistrationAttachmentFilter.withName(RegistrationAttachmentFilterName name)
The name of the attribute to filter on.
|
RegistrationAttachmentFilter |
RegistrationAttachmentFilter.withName(String name)
The name of the attribute to filter on.
|
RegistrationAttachmentFilter |
RegistrationAttachmentFilter.withValues(Collection<String> values)
An array of values to filter on.
|
RegistrationAttachmentFilter |
RegistrationAttachmentFilter.withValues(String... values)
An array of values to filter on.
|
| Modifier and Type | Method and Description |
|---|---|
List<RegistrationAttachmentFilter> |
DescribeRegistrationAttachmentsRequest.getFilters()
An array of RegistrationAttachmentFilter objects to filter the results.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeRegistrationAttachmentsRequest |
DescribeRegistrationAttachmentsRequest.withFilters(RegistrationAttachmentFilter... filters)
An array of RegistrationAttachmentFilter objects to filter the results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeRegistrationAttachmentsRequest.setFilters(Collection<RegistrationAttachmentFilter> filters)
An array of RegistrationAttachmentFilter objects to filter the results.
|
DescribeRegistrationAttachmentsRequest |
DescribeRegistrationAttachmentsRequest.withFilters(Collection<RegistrationAttachmentFilter> filters)
An array of RegistrationAttachmentFilter objects to filter the results.
|
Copyright © 2025. All rights reserved.