Uses of Interface
software.amazon.awssdk.services.connect.model.ConnectionData.Builder
-
Packages that use ConnectionData.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of ConnectionData.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return ConnectionData.Builder Modifier and Type Method Description default ConnectionData.BuilderConnectionData.Builder. attendee(Consumer<Attendee.Builder> attendee)The attendee information, including attendee ID and join token.ConnectionData.BuilderConnectionData.Builder. attendee(Attendee attendee)The attendee information, including attendee ID and join token.static ConnectionData.BuilderConnectionData. builder()default ConnectionData.BuilderConnectionData.Builder. meeting(Consumer<Meeting.Builder> meeting)A meeting created using the Amazon Chime SDK.ConnectionData.BuilderConnectionData.Builder. meeting(Meeting meeting)A meeting created using the Amazon Chime SDK.ConnectionData.BuilderConnectionData. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type ConnectionData.Builder Modifier and Type Method Description static Class<? extends ConnectionData.Builder>ConnectionData. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type ConnectionData.Builder Modifier and Type Method Description default StartWebRtcContactResponse.BuilderStartWebRtcContactResponse.Builder. connectionData(Consumer<ConnectionData.Builder> connectionData)Information required for the client application (mobile application or website) to connect to the call.
-