| Package | Description |
|---|---|
| com.amazonaws.services.ivs |
Introduction
|
| com.amazonaws.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
GetChannelResult |
AbstractAmazonIVS.getChannel(GetChannelRequest request) |
GetChannelResult |
AmazonIVSClient.getChannel(GetChannelRequest request)
Gets the channel configuration for the specified channel ARN.
|
GetChannelResult |
AmazonIVS.getChannel(GetChannelRequest getChannelRequest)
Gets the channel configuration for the specified channel ARN.
|
Future<GetChannelResult> |
AbstractAmazonIVSAsync.getChannelAsync(GetChannelRequest request) |
Future<GetChannelResult> |
AmazonIVSAsync.getChannelAsync(GetChannelRequest getChannelRequest)
Gets the channel configuration for the specified channel ARN.
|
Future<GetChannelResult> |
AmazonIVSAsyncClient.getChannelAsync(GetChannelRequest request) |
Future<GetChannelResult> |
AbstractAmazonIVSAsync.getChannelAsync(GetChannelRequest request,
AsyncHandler<GetChannelRequest,GetChannelResult> asyncHandler) |
Future<GetChannelResult> |
AmazonIVSAsync.getChannelAsync(GetChannelRequest getChannelRequest,
AsyncHandler<GetChannelRequest,GetChannelResult> asyncHandler)
Gets the channel configuration for the specified channel ARN.
|
Future<GetChannelResult> |
AmazonIVSAsyncClient.getChannelAsync(GetChannelRequest request,
AsyncHandler<GetChannelRequest,GetChannelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetChannelResult> |
AbstractAmazonIVSAsync.getChannelAsync(GetChannelRequest request,
AsyncHandler<GetChannelRequest,GetChannelResult> asyncHandler) |
Future<GetChannelResult> |
AmazonIVSAsync.getChannelAsync(GetChannelRequest getChannelRequest,
AsyncHandler<GetChannelRequest,GetChannelResult> asyncHandler)
Gets the channel configuration for the specified channel ARN.
|
Future<GetChannelResult> |
AmazonIVSAsyncClient.getChannelAsync(GetChannelRequest request,
AsyncHandler<GetChannelRequest,GetChannelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetChannelRequest |
GetChannelRequest.clone() |
GetChannelRequest |
GetChannelRequest.withArn(String arn)
ARN of the channel for which the configuration is to be retrieved.
|
Copyright © 2021. All rights reserved.