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