| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
Endpoint.clone() |
Endpoint |
ContactDataRequest.getCustomerEndpoint()
Endpoint of the customer for which contact will be initiated.
|
Endpoint |
ContactDataRequest.getSystemEndpoint()
Endpoint associated with the Amazon Connect instance from which outbound contact will be initiated for the
campaign.
|
Endpoint |
Endpoint.withAddress(String address)
Address of the endpoint.
|
Endpoint |
Endpoint.withType(EndpointType type)
Type of the endpoint.
|
Endpoint |
Endpoint.withType(String type)
Type of the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContactDataRequest.setCustomerEndpoint(Endpoint customerEndpoint)
Endpoint of the customer for which contact will be initiated.
|
void |
ContactDataRequest.setSystemEndpoint(Endpoint systemEndpoint)
Endpoint associated with the Amazon Connect instance from which outbound contact will be initiated for the
campaign.
|
ContactDataRequest |
ContactDataRequest.withCustomerEndpoint(Endpoint customerEndpoint)
Endpoint of the customer for which contact will be initiated.
|
ContactDataRequest |
ContactDataRequest.withSystemEndpoint(Endpoint systemEndpoint)
Endpoint associated with the Amazon Connect instance from which outbound contact will be initiated for the
campaign.
|
Copyright © 2024. All rights reserved.