Uses of Interface
software.amazon.awssdk.services.connect.model.UpdateParticipantAuthenticationRequest.Builder
-
Packages that use UpdateParticipantAuthenticationRequest.Builder Package Description software.amazon.awssdk.services.connect software.amazon.awssdk.services.connect.model -
-
Uses of UpdateParticipantAuthenticationRequest.Builder in software.amazon.awssdk.services.connect
Method parameters in software.amazon.awssdk.services.connect with type arguments of type UpdateParticipantAuthenticationRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateParticipantAuthenticationResponse>ConnectAsyncClient. updateParticipantAuthentication(Consumer<UpdateParticipantAuthenticationRequest.Builder> updateParticipantAuthenticationRequest)Instructs Amazon Connect to resume the authentication process.default UpdateParticipantAuthenticationResponseConnectClient. updateParticipantAuthentication(Consumer<UpdateParticipantAuthenticationRequest.Builder> updateParticipantAuthenticationRequest)Instructs Amazon Connect to resume the authentication process. -
Uses of UpdateParticipantAuthenticationRequest.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return UpdateParticipantAuthenticationRequest.Builder Modifier and Type Method Description static UpdateParticipantAuthenticationRequest.BuilderUpdateParticipantAuthenticationRequest. builder()UpdateParticipantAuthenticationRequest.BuilderUpdateParticipantAuthenticationRequest.Builder. code(String code)Thecodequery parameter provided by Cognito in theredirectUri.UpdateParticipantAuthenticationRequest.BuilderUpdateParticipantAuthenticationRequest.Builder. error(String error)Theerrorquery parameter provided by Cognito in theredirectUri.UpdateParticipantAuthenticationRequest.BuilderUpdateParticipantAuthenticationRequest.Builder. errorDescription(String errorDescription)Theerror_descriptionparameter provided by Cognito in theredirectUri.UpdateParticipantAuthenticationRequest.BuilderUpdateParticipantAuthenticationRequest.Builder. instanceId(String instanceId)The identifier of the Amazon Connect instance.UpdateParticipantAuthenticationRequest.BuilderUpdateParticipantAuthenticationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateParticipantAuthenticationRequest.BuilderUpdateParticipantAuthenticationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateParticipantAuthenticationRequest.BuilderUpdateParticipantAuthenticationRequest.Builder. state(String state)Thestatequery parameter that was provided by Cognito in theredirectUri.UpdateParticipantAuthenticationRequest.BuilderUpdateParticipantAuthenticationRequest. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type UpdateParticipantAuthenticationRequest.Builder Modifier and Type Method Description static Class<? extends UpdateParticipantAuthenticationRequest.Builder>UpdateParticipantAuthenticationRequest. serializableBuilderClass()
-