| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivs |
Introduction
|
| Modifier and Type | Method and Description |
|---|---|
default GetStreamResponse |
IvsClient.getStream(Consumer<GetStreamRequest.Builder> getStreamRequest)
Gets information about the active (live) stream on a specified channel.
|
default GetStreamResponse |
IvsClient.getStream(GetStreamRequest getStreamRequest)
Gets information about the active (live) stream on a specified channel.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetStreamResponse> |
IvsAsyncClient.getStream(Consumer<GetStreamRequest.Builder> getStreamRequest)
Gets information about the active (live) stream on a specified channel.
|
default CompletableFuture<GetStreamResponse> |
IvsAsyncClient.getStream(GetStreamRequest getStreamRequest)
Gets information about the active (live) stream on a specified channel.
|
Copyright © 2023. All rights reserved.