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.EndpointUpdateContactRequest. customerEndpoint()The endpoint of the customer for which the contact was initiated.EndpointStartOutboundChatContactRequest. destinationEndpoint()Returns the value of the DestinationEndpoint property for this object.EndpointStartOutboundChatContactRequest. sourceEndpoint()Returns the value of the SourceEndpoint property for this object.EndpointContactDataRequest. systemEndpoint()Endpoint associated with the Amazon Connect instance from which outbound contact will be initiated for the campaign.EndpointUpdateContactRequest. systemEndpoint()External system endpoint for the contact was initiated.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.UpdateContactRequest.BuilderUpdateContactRequest.Builder. customerEndpoint(Endpoint customerEndpoint)The endpoint of the customer for which the contact was initiated.StartOutboundChatContactRequest.BuilderStartOutboundChatContactRequest.Builder. destinationEndpoint(Endpoint destinationEndpoint)Sets the value of the DestinationEndpoint property for this object.StartOutboundChatContactRequest.BuilderStartOutboundChatContactRequest.Builder. sourceEndpoint(Endpoint sourceEndpoint)Sets the value of the SourceEndpoint property for this object.ContactDataRequest.BuilderContactDataRequest.Builder. systemEndpoint(Endpoint systemEndpoint)Endpoint associated with the Amazon Connect instance from which outbound contact will be initiated for the campaign.UpdateContactRequest.BuilderUpdateContactRequest.Builder. systemEndpoint(Endpoint systemEndpoint)External system endpoint for the contact was initiated.
-