| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivs |
Introduction
|
| Modifier and Type | Method and Description |
|---|---|
default CreateChannelResponse |
IvsClient.createChannel(Consumer<CreateChannelRequest.Builder> createChannelRequest)
Creates a new channel and an associated stream key to start streaming.
|
default CreateChannelResponse |
IvsClient.createChannel(CreateChannelRequest createChannelRequest)
Creates a new channel and an associated stream key to start streaming.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateChannelResponse> |
IvsAsyncClient.createChannel(Consumer<CreateChannelRequest.Builder> createChannelRequest)
Creates a new channel and an associated stream key to start streaming.
|
default CompletableFuture<CreateChannelResponse> |
IvsAsyncClient.createChannel(CreateChannelRequest createChannelRequest)
Creates a new channel and an associated stream key to start streaming.
|
Copyright © 2023. All rights reserved.