| Package | Description |
|---|---|
| com.amazonaws.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
SupportedAssociation |
SupportedAssociation.clone() |
SupportedAssociation |
SupportedAssociation.withAssociationBehavior(RegistrationAssociationBehavior associationBehavior)
The association behavior.
|
SupportedAssociation |
SupportedAssociation.withAssociationBehavior(String associationBehavior)
The association behavior.
|
SupportedAssociation |
SupportedAssociation.withDisassociationBehavior(RegistrationDisassociationBehavior disassociationBehavior)
The disassociation behavior.
|
SupportedAssociation |
SupportedAssociation.withDisassociationBehavior(String disassociationBehavior)
The disassociation behavior.
|
SupportedAssociation |
SupportedAssociation.withIsoCountryCode(String isoCountryCode)
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
|
SupportedAssociation |
SupportedAssociation.withResourceType(String resourceType)
Defines the behavior of when an origination identity and registration can be associated with each other.
|
| Modifier and Type | Method and Description |
|---|---|
List<SupportedAssociation> |
RegistrationTypeDefinition.getSupportedAssociations()
The supported association behavior for the registration type.
|
| Modifier and Type | Method and Description |
|---|---|
RegistrationTypeDefinition |
RegistrationTypeDefinition.withSupportedAssociations(SupportedAssociation... supportedAssociations)
The supported association behavior for the registration type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RegistrationTypeDefinition.setSupportedAssociations(Collection<SupportedAssociation> supportedAssociations)
The supported association behavior for the registration type.
|
RegistrationTypeDefinition |
RegistrationTypeDefinition.withSupportedAssociations(Collection<SupportedAssociation> supportedAssociations)
The supported association behavior for the registration type.
|
Copyright © 2024. All rights reserved.