Uses of Interface
software.amazon.awssdk.services.connect.model.UpdateParticipantRoleConfigRequest.Builder
-
Packages that use UpdateParticipantRoleConfigRequest.Builder Package Description software.amazon.awssdk.services.connect software.amazon.awssdk.services.connect.model -
-
Uses of UpdateParticipantRoleConfigRequest.Builder in software.amazon.awssdk.services.connect
Method parameters in software.amazon.awssdk.services.connect with type arguments of type UpdateParticipantRoleConfigRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateParticipantRoleConfigResponse>ConnectAsyncClient. updateParticipantRoleConfig(Consumer<UpdateParticipantRoleConfigRequest.Builder> updateParticipantRoleConfigRequest)Updates timeouts for when human chat participants are to be considered idle, and when agents are automatically disconnected from a chat due to idleness.default UpdateParticipantRoleConfigResponseConnectClient. updateParticipantRoleConfig(Consumer<UpdateParticipantRoleConfigRequest.Builder> updateParticipantRoleConfigRequest)Updates timeouts for when human chat participants are to be considered idle, and when agents are automatically disconnected from a chat due to idleness. -
Uses of UpdateParticipantRoleConfigRequest.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return UpdateParticipantRoleConfigRequest.Builder Modifier and Type Method Description static UpdateParticipantRoleConfigRequest.BuilderUpdateParticipantRoleConfigRequest. builder()default UpdateParticipantRoleConfigRequest.BuilderUpdateParticipantRoleConfigRequest.Builder. channelConfiguration(Consumer<UpdateParticipantRoleConfigChannelInfo.Builder> channelConfiguration)The Amazon Connect channel you want to configure.UpdateParticipantRoleConfigRequest.BuilderUpdateParticipantRoleConfigRequest.Builder. channelConfiguration(UpdateParticipantRoleConfigChannelInfo channelConfiguration)The Amazon Connect channel you want to configure.UpdateParticipantRoleConfigRequest.BuilderUpdateParticipantRoleConfigRequest.Builder. contactId(String contactId)The identifier of the contact in this instance of Amazon Connect.UpdateParticipantRoleConfigRequest.BuilderUpdateParticipantRoleConfigRequest.Builder. instanceId(String instanceId)The identifier of the Amazon Connect instance.UpdateParticipantRoleConfigRequest.BuilderUpdateParticipantRoleConfigRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateParticipantRoleConfigRequest.BuilderUpdateParticipantRoleConfigRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateParticipantRoleConfigRequest.BuilderUpdateParticipantRoleConfigRequest. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type UpdateParticipantRoleConfigRequest.Builder Modifier and Type Method Description static Class<? extends UpdateParticipantRoleConfigRequest.Builder>UpdateParticipantRoleConfigRequest. serializableBuilderClass()
-