| Package | Description |
|---|---|
| com.amazonaws.services.ivs |
Introduction
|
| com.amazonaws.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
CreateChannelResult |
AbstractAmazonIVS.createChannel(CreateChannelRequest request) |
CreateChannelResult |
AmazonIVSClient.createChannel(CreateChannelRequest request)
Creates a new channel and an associated stream key to start streaming.
|
CreateChannelResult |
AmazonIVS.createChannel(CreateChannelRequest createChannelRequest)
Creates a new channel and an associated stream key to start streaming.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateChannelResult> |
AbstractAmazonIVSAsync.createChannelAsync(CreateChannelRequest request,
AsyncHandler<CreateChannelRequest,CreateChannelResult> asyncHandler) |
Future<CreateChannelResult> |
AmazonIVSAsyncClient.createChannelAsync(CreateChannelRequest request,
AsyncHandler<CreateChannelRequest,CreateChannelResult> asyncHandler) |
Future<CreateChannelResult> |
AmazonIVSAsync.createChannelAsync(CreateChannelRequest createChannelRequest,
AsyncHandler<CreateChannelRequest,CreateChannelResult> asyncHandler)
Creates a new channel and an associated stream key to start streaming.
|
| Modifier and Type | Method and Description |
|---|---|
CreateChannelResult |
CreateChannelResult.clone() |
CreateChannelResult |
CreateChannelResult.withChannel(Channel channel)
|
CreateChannelResult |
CreateChannelResult.withStreamKey(StreamKey streamKey)
|
Copyright © 2023. All rights reserved.