Uses of Interface
software.amazon.awssdk.services.kinesisvideowebrtcstorage.model.JoinStorageSessionRequest.Builder
-
Packages that use JoinStorageSessionRequest.Builder Package Description software.amazon.awssdk.services.kinesisvideowebrtcstorage software.amazon.awssdk.services.kinesisvideowebrtcstorage.model -
-
Uses of JoinStorageSessionRequest.Builder in software.amazon.awssdk.services.kinesisvideowebrtcstorage
Method parameters in software.amazon.awssdk.services.kinesisvideowebrtcstorage with type arguments of type JoinStorageSessionRequest.Builder Modifier and Type Method Description default CompletableFuture<JoinStorageSessionResponse>KinesisVideoWebRtcStorageAsyncClient. joinStorageSession(Consumer<JoinStorageSessionRequest.Builder> joinStorageSessionRequest)Join the ongoing one way-video and/or multi-way audio WebRTC session as a video producing device for an input channel.default JoinStorageSessionResponseKinesisVideoWebRtcStorageClient. joinStorageSession(Consumer<JoinStorageSessionRequest.Builder> joinStorageSessionRequest)Join the ongoing one way-video and/or multi-way audio WebRTC session as a video producing device for an input channel. -
Uses of JoinStorageSessionRequest.Builder in software.amazon.awssdk.services.kinesisvideowebrtcstorage.model
Methods in software.amazon.awssdk.services.kinesisvideowebrtcstorage.model that return JoinStorageSessionRequest.Builder Modifier and Type Method Description static JoinStorageSessionRequest.BuilderJoinStorageSessionRequest. builder()JoinStorageSessionRequest.BuilderJoinStorageSessionRequest.Builder. channelArn(String channelArn)The Amazon Resource Name (ARN) of the signaling channel.JoinStorageSessionRequest.BuilderJoinStorageSessionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)JoinStorageSessionRequest.BuilderJoinStorageSessionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)JoinStorageSessionRequest.BuilderJoinStorageSessionRequest. toBuilder()Methods in software.amazon.awssdk.services.kinesisvideowebrtcstorage.model that return types with arguments of type JoinStorageSessionRequest.Builder Modifier and Type Method Description static Class<? extends JoinStorageSessionRequest.Builder>JoinStorageSessionRequest. serializableBuilderClass()
-