Uses of Class
software.amazon.awssdk.services.connectparticipant.model.CreateParticipantConnectionResponse
-
Packages that use CreateParticipantConnectionResponse Package Description software.amazon.awssdk.services.connectparticipant Amazon Connect is an easy-to-use omnichannel cloud contact center service that enables companies of any size to deliver superior customer service at a lower cost. -
-
Uses of CreateParticipantConnectionResponse in software.amazon.awssdk.services.connectparticipant
Methods in software.amazon.awssdk.services.connectparticipant that return CreateParticipantConnectionResponse Modifier and Type Method Description default CreateParticipantConnectionResponseConnectParticipantClient. createParticipantConnection(Consumer<CreateParticipantConnectionRequest.Builder> createParticipantConnectionRequest)Creates the participant's connection.default CreateParticipantConnectionResponseConnectParticipantClient. createParticipantConnection(CreateParticipantConnectionRequest createParticipantConnectionRequest)Creates the participant's connection.Methods in software.amazon.awssdk.services.connectparticipant that return types with arguments of type CreateParticipantConnectionResponse Modifier and Type Method Description default CompletableFuture<CreateParticipantConnectionResponse>ConnectParticipantAsyncClient. createParticipantConnection(Consumer<CreateParticipantConnectionRequest.Builder> createParticipantConnectionRequest)Creates the participant's connection.default CompletableFuture<CreateParticipantConnectionResponse>ConnectParticipantAsyncClient. createParticipantConnection(CreateParticipantConnectionRequest createParticipantConnectionRequest)Creates the participant's connection.
-