| Package | Description |
|---|---|
| com.amazonaws.services.ivs |
Introduction
|
| com.amazonaws.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchGetChannelResult> |
AbstractAmazonIVSAsync.batchGetChannelAsync(BatchGetChannelRequest request,
AsyncHandler<BatchGetChannelRequest,BatchGetChannelResult> asyncHandler) |
Future<BatchGetChannelResult> |
AmazonIVSAsync.batchGetChannelAsync(BatchGetChannelRequest batchGetChannelRequest,
AsyncHandler<BatchGetChannelRequest,BatchGetChannelResult> asyncHandler)
Performs GetChannel on multiple ARNs simultaneously.
|
Future<BatchGetChannelResult> |
AmazonIVSAsyncClient.batchGetChannelAsync(BatchGetChannelRequest request,
AsyncHandler<BatchGetChannelRequest,BatchGetChannelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchGetChannelRequest |
BatchGetChannelRequest.clone() |
BatchGetChannelRequest |
BatchGetChannelRequest.withArns(Collection<String> arns)
Array of ARNs, one per channel.
|
BatchGetChannelRequest |
BatchGetChannelRequest.withArns(String... arns)
Array of ARNs, one per channel.
|
Copyright © 2021. All rights reserved.