Uses of Class
software.amazon.awssdk.services.connect.model.UpdateParticipantRoleConfigChannelInfo
-
Packages that use UpdateParticipantRoleConfigChannelInfo Package Description software.amazon.awssdk.services.connect.model -
-
Uses of UpdateParticipantRoleConfigChannelInfo in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return UpdateParticipantRoleConfigChannelInfo Modifier and Type Method Description UpdateParticipantRoleConfigChannelInfoUpdateParticipantRoleConfigRequest. channelConfiguration()The Amazon Connect channel you want to configure.static UpdateParticipantRoleConfigChannelInfoUpdateParticipantRoleConfigChannelInfo. fromChat(Consumer<ChatParticipantRoleConfig.Builder> chat)Create an instance of this class withchat()initialized to the given value.static UpdateParticipantRoleConfigChannelInfoUpdateParticipantRoleConfigChannelInfo. fromChat(ChatParticipantRoleConfig chat)Create an instance of this class withchat()initialized to the given value.Methods in software.amazon.awssdk.services.connect.model with parameters of type UpdateParticipantRoleConfigChannelInfo Modifier and Type Method Description UpdateParticipantRoleConfigRequest.BuilderUpdateParticipantRoleConfigRequest.Builder. channelConfiguration(UpdateParticipantRoleConfigChannelInfo channelConfiguration)The Amazon Connect channel you want to configure.
-