Uses of Class
software.amazon.awssdk.services.kinesisvideowebrtcstorage.model.KinesisVideoWebRtcStorageException
-
Packages that use KinesisVideoWebRtcStorageException Package Description software.amazon.awssdk.services.kinesisvideowebrtcstorage software.amazon.awssdk.services.kinesisvideowebrtcstorage.model -
-
Uses of KinesisVideoWebRtcStorageException in software.amazon.awssdk.services.kinesisvideowebrtcstorage
Methods in software.amazon.awssdk.services.kinesisvideowebrtcstorage that throw KinesisVideoWebRtcStorageException Modifier and Type Method Description 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.default JoinStorageSessionResponseKinesisVideoWebRtcStorageClient. joinStorageSession(JoinStorageSessionRequest 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 KinesisVideoWebRtcStorageException in software.amazon.awssdk.services.kinesisvideowebrtcstorage.model
Subclasses of KinesisVideoWebRtcStorageException in software.amazon.awssdk.services.kinesisvideowebrtcstorage.model Modifier and Type Class Description classAccessDeniedExceptionYou do not have required permissions to perform this operation.classClientLimitExceededExceptionKinesis Video Streams has throttled the request because you have exceeded the limit of allowed client calls.classInvalidArgumentExceptionThe value for this input parameter is invalid.classResourceNotFoundExceptionThe specified resource is not found.Methods in software.amazon.awssdk.services.kinesisvideowebrtcstorage.model that return KinesisVideoWebRtcStorageException Modifier and Type Method Description KinesisVideoWebRtcStorageExceptionKinesisVideoWebRtcStorageException.BuilderImpl. build()Constructors in software.amazon.awssdk.services.kinesisvideowebrtcstorage.model with parameters of type KinesisVideoWebRtcStorageException Constructor Description BuilderImpl(KinesisVideoWebRtcStorageException ex)
-