Uses of Interface
software.amazon.awssdk.services.ivsrealtime.IvsRealTimeClient
-
Packages that use IvsRealTimeClient Package Description software.amazon.awssdk.services.ivsrealtime The Amazon Interactive Video Service (IVS) real-time API is REST compatible, using a standard HTTP API and an AWS EventBridge event stream for responses.software.amazon.awssdk.services.ivsrealtime.paginators -
-
Uses of IvsRealTimeClient in software.amazon.awssdk.services.ivsrealtime
Methods in software.amazon.awssdk.services.ivsrealtime that return IvsRealTimeClient Modifier and Type Method Description static IvsRealTimeClientIvsRealTimeClient. create()Create aIvsRealTimeClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of IvsRealTimeClient in software.amazon.awssdk.services.ivsrealtime.paginators
Constructors in software.amazon.awssdk.services.ivsrealtime.paginators with parameters of type IvsRealTimeClient Constructor Description ListCompositionsIterable(IvsRealTimeClient client, ListCompositionsRequest firstRequest)ListEncoderConfigurationsIterable(IvsRealTimeClient client, ListEncoderConfigurationsRequest firstRequest)ListIngestConfigurationsIterable(IvsRealTimeClient client, ListIngestConfigurationsRequest firstRequest)ListParticipantEventsIterable(IvsRealTimeClient client, ListParticipantEventsRequest firstRequest)ListParticipantsIterable(IvsRealTimeClient client, ListParticipantsRequest firstRequest)ListPublicKeysIterable(IvsRealTimeClient client, ListPublicKeysRequest firstRequest)ListStageSessionsIterable(IvsRealTimeClient client, ListStageSessionsRequest firstRequest)ListStagesIterable(IvsRealTimeClient client, ListStagesRequest firstRequest)ListStorageConfigurationsIterable(IvsRealTimeClient client, ListStorageConfigurationsRequest firstRequest)
-