Uses of Class
software.amazon.awssdk.services.connectparticipant.model.CancelParticipantAuthenticationResponse
-
Packages that use CancelParticipantAuthenticationResponse Package Description software.amazon.awssdk.services.connectparticipant -
-
Uses of CancelParticipantAuthenticationResponse in software.amazon.awssdk.services.connectparticipant
Methods in software.amazon.awssdk.services.connectparticipant that return CancelParticipantAuthenticationResponse Modifier and Type Method Description default CancelParticipantAuthenticationResponseConnectParticipantClient. cancelParticipantAuthentication(Consumer<CancelParticipantAuthenticationRequest.Builder> cancelParticipantAuthenticationRequest)Cancels the authentication session.default CancelParticipantAuthenticationResponseConnectParticipantClient. cancelParticipantAuthentication(CancelParticipantAuthenticationRequest cancelParticipantAuthenticationRequest)Cancels the authentication session.Methods in software.amazon.awssdk.services.connectparticipant that return types with arguments of type CancelParticipantAuthenticationResponse Modifier and Type Method Description default CompletableFuture<CancelParticipantAuthenticationResponse>ConnectParticipantAsyncClient. cancelParticipantAuthentication(Consumer<CancelParticipantAuthenticationRequest.Builder> cancelParticipantAuthenticationRequest)Cancels the authentication session.default CompletableFuture<CancelParticipantAuthenticationResponse>ConnectParticipantAsyncClient. cancelParticipantAuthentication(CancelParticipantAuthenticationRequest cancelParticipantAuthenticationRequest)Cancels the authentication session.
-