| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivs |
Introduction
|
| Modifier and Type | Method and Description |
|---|---|
default GetChannelResponse |
IvsClient.getChannel(Consumer<GetChannelRequest.Builder> getChannelRequest)
Gets the channel configuration for the specified channel ARN.
|
default GetChannelResponse |
IvsClient.getChannel(GetChannelRequest getChannelRequest)
Gets the channel configuration for the specified channel ARN.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetChannelResponse> |
IvsAsyncClient.getChannel(Consumer<GetChannelRequest.Builder> getChannelRequest)
Gets the channel configuration for the specified channel ARN.
|
default CompletableFuture<GetChannelResponse> |
IvsAsyncClient.getChannel(GetChannelRequest getChannelRequest)
Gets the channel configuration for the specified channel ARN.
|
Copyright © 2023. All rights reserved.