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