| Package | Description |
|---|---|
| com.amazonaws.services.ivs |
Introduction
|
| com.amazonaws.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchGetStreamKeyResult> |
AmazonIVSAsyncClient.batchGetStreamKeyAsync(BatchGetStreamKeyRequest request,
AsyncHandler<BatchGetStreamKeyRequest,BatchGetStreamKeyResult> asyncHandler) |
Future<BatchGetStreamKeyResult> |
AbstractAmazonIVSAsync.batchGetStreamKeyAsync(BatchGetStreamKeyRequest request,
AsyncHandler<BatchGetStreamKeyRequest,BatchGetStreamKeyResult> asyncHandler) |
Future<BatchGetStreamKeyResult> |
AmazonIVSAsync.batchGetStreamKeyAsync(BatchGetStreamKeyRequest batchGetStreamKeyRequest,
AsyncHandler<BatchGetStreamKeyRequest,BatchGetStreamKeyResult> asyncHandler)
Performs GetStreamKey on multiple ARNs simultaneously.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetStreamKeyRequest |
BatchGetStreamKeyRequest.clone() |
BatchGetStreamKeyRequest |
BatchGetStreamKeyRequest.withArns(Collection<String> arns)
Array of ARNs, one per stream key.
|
BatchGetStreamKeyRequest |
BatchGetStreamKeyRequest.withArns(String... arns)
Array of ARNs, one per stream key.
|
Copyright © 2023. All rights reserved.