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