Uses of Class
software.amazon.awssdk.services.connectparticipant.model.CreateParticipantConnectionRequest
-
Packages that use CreateParticipantConnectionRequest 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.software.amazon.awssdk.services.connectparticipant.transform -
-
Uses of CreateParticipantConnectionRequest in software.amazon.awssdk.services.connectparticipant
Methods in software.amazon.awssdk.services.connectparticipant with parameters of type CreateParticipantConnectionRequest Modifier and Type Method Description default CompletableFuture<CreateParticipantConnectionResponse>ConnectParticipantAsyncClient. createParticipantConnection(CreateParticipantConnectionRequest createParticipantConnectionRequest)Creates the participant's connection.default CreateParticipantConnectionResponseConnectParticipantClient. createParticipantConnection(CreateParticipantConnectionRequest createParticipantConnectionRequest)Creates the participant's connection. -
Uses of CreateParticipantConnectionRequest in software.amazon.awssdk.services.connectparticipant.transform
Methods in software.amazon.awssdk.services.connectparticipant.transform with parameters of type CreateParticipantConnectionRequest Modifier and Type Method Description SdkHttpFullRequestCreateParticipantConnectionRequestMarshaller. marshall(CreateParticipantConnectionRequest createParticipantConnectionRequest)
-