| Package | Description |
|---|---|
| com.amazonaws.services.ivs |
Introduction
|
| com.amazonaws.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetChannelResult |
AbstractAmazonIVS.batchGetChannel(BatchGetChannelRequest request) |
BatchGetChannelResult |
AmazonIVSClient.batchGetChannel(BatchGetChannelRequest request)
Performs GetChannel on multiple ARNs simultaneously.
|
BatchGetChannelResult |
AmazonIVS.batchGetChannel(BatchGetChannelRequest batchGetChannelRequest)
Performs GetChannel on multiple ARNs simultaneously.
|
| 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 |
|---|---|
BatchGetChannelResult |
BatchGetChannelResult.clone() |
BatchGetChannelResult |
BatchGetChannelResult.withChannels(Channel... channels)
|
BatchGetChannelResult |
BatchGetChannelResult.withChannels(Collection<Channel> channels)
|
BatchGetChannelResult |
BatchGetChannelResult.withErrors(BatchError... errors)
Each error object is related to a specific ARN in the request.
|
BatchGetChannelResult |
BatchGetChannelResult.withErrors(Collection<BatchError> errors)
Each error object is related to a specific ARN in the request.
|
Copyright © 2023. All rights reserved.