Uses of Class
software.amazon.awssdk.services.connect.model.Endpoint
-
Packages that use Endpoint Package Description software.amazon.awssdk.services.connect.model -
-
Uses of Endpoint in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return Endpoint Modifier and Type Method Description EndpointContactDataRequest. customerEndpoint()Endpoint of the customer for which contact will be initiated.EndpointContactDataRequest. systemEndpoint()Endpoint associated with the Amazon Connect instance from which outbound contact will be initiated for the campaign.Methods in software.amazon.awssdk.services.connect.model with parameters of type Endpoint Modifier and Type Method Description ContactDataRequest.BuilderContactDataRequest.Builder. customerEndpoint(Endpoint customerEndpoint)Endpoint of the customer for which contact will be initiated.ContactDataRequest.BuilderContactDataRequest.Builder. systemEndpoint(Endpoint systemEndpoint)Endpoint associated with the Amazon Connect instance from which outbound contact will be initiated for the campaign.
-