Uses of Class
software.amazon.awssdk.services.connectparticipant.model.DisconnectParticipantResponse
-
Packages that use DisconnectParticipantResponse 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 DisconnectParticipantResponse in software.amazon.awssdk.services.connectparticipant
Methods in software.amazon.awssdk.services.connectparticipant that return DisconnectParticipantResponse Modifier and Type Method Description default DisconnectParticipantResponseConnectParticipantClient. disconnectParticipant(Consumer<DisconnectParticipantRequest.Builder> disconnectParticipantRequest)Disconnects a participant.default DisconnectParticipantResponseConnectParticipantClient. disconnectParticipant(DisconnectParticipantRequest disconnectParticipantRequest)Disconnects a participant.Methods in software.amazon.awssdk.services.connectparticipant that return types with arguments of type DisconnectParticipantResponse Modifier and Type Method Description default CompletableFuture<DisconnectParticipantResponse>ConnectParticipantAsyncClient. disconnectParticipant(Consumer<DisconnectParticipantRequest.Builder> disconnectParticipantRequest)Disconnects a participant.default CompletableFuture<DisconnectParticipantResponse>ConnectParticipantAsyncClient. disconnectParticipant(DisconnectParticipantRequest disconnectParticipantRequest)Disconnects a participant.
-