Uses of Class
software.amazon.awssdk.services.connect.model.UpdateParticipantAuthenticationResponse
-
Packages that use UpdateParticipantAuthenticationResponse Package Description software.amazon.awssdk.services.connect -
-
Uses of UpdateParticipantAuthenticationResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return UpdateParticipantAuthenticationResponse Modifier and Type Method Description default UpdateParticipantAuthenticationResponseConnectClient. updateParticipantAuthentication(Consumer<UpdateParticipantAuthenticationRequest.Builder> updateParticipantAuthenticationRequest)Instructs Amazon Connect to resume the authentication process.default UpdateParticipantAuthenticationResponseConnectClient. updateParticipantAuthentication(UpdateParticipantAuthenticationRequest updateParticipantAuthenticationRequest)Instructs Amazon Connect to resume the authentication process.Methods in software.amazon.awssdk.services.connect that return types with arguments of type UpdateParticipantAuthenticationResponse Modifier and Type Method Description default CompletableFuture<UpdateParticipantAuthenticationResponse>ConnectAsyncClient. updateParticipantAuthentication(Consumer<UpdateParticipantAuthenticationRequest.Builder> updateParticipantAuthenticationRequest)Instructs Amazon Connect to resume the authentication process.default CompletableFuture<UpdateParticipantAuthenticationResponse>ConnectAsyncClient. updateParticipantAuthentication(UpdateParticipantAuthenticationRequest updateParticipantAuthenticationRequest)Instructs Amazon Connect to resume the authentication process.
-