Uses of Class
software.amazon.awssdk.services.connect.model.UpdateParticipantRoleConfigResponse
-
Packages that use UpdateParticipantRoleConfigResponse Package Description software.amazon.awssdk.services.connect -
-
Uses of UpdateParticipantRoleConfigResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return UpdateParticipantRoleConfigResponse Modifier and Type Method Description 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.default UpdateParticipantRoleConfigResponseConnectClient. updateParticipantRoleConfig(UpdateParticipantRoleConfigRequest 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.Methods in software.amazon.awssdk.services.connect that return types with arguments of type UpdateParticipantRoleConfigResponse 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 CompletableFuture<UpdateParticipantRoleConfigResponse>ConnectAsyncClient. updateParticipantRoleConfig(UpdateParticipantRoleConfigRequest 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.
-