| Package | Description |
|---|---|
| com.amazonaws.services.ivs |
Introduction
|
| com.amazonaws.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetStreamKeyResult |
AbstractAmazonIVS.batchGetStreamKey(BatchGetStreamKeyRequest request) |
BatchGetStreamKeyResult |
AmazonIVS.batchGetStreamKey(BatchGetStreamKeyRequest batchGetStreamKeyRequest)
Performs GetStreamKey on multiple ARNs simultaneously.
|
BatchGetStreamKeyResult |
AmazonIVSClient.batchGetStreamKey(BatchGetStreamKeyRequest request)
Performs GetStreamKey on multiple ARNs simultaneously.
|
| Modifier and Type | Method and Description |
|---|---|
Future<BatchGetStreamKeyResult> |
AmazonIVSAsyncClient.batchGetStreamKeyAsync(BatchGetStreamKeyRequest request,
AsyncHandler<BatchGetStreamKeyRequest,BatchGetStreamKeyResult> asyncHandler) |
Future<BatchGetStreamKeyResult> |
AmazonIVSAsync.batchGetStreamKeyAsync(BatchGetStreamKeyRequest batchGetStreamKeyRequest,
AsyncHandler<BatchGetStreamKeyRequest,BatchGetStreamKeyResult> asyncHandler)
Performs GetStreamKey on multiple ARNs simultaneously.
|
Future<BatchGetStreamKeyResult> |
AbstractAmazonIVSAsync.batchGetStreamKeyAsync(BatchGetStreamKeyRequest request,
AsyncHandler<BatchGetStreamKeyRequest,BatchGetStreamKeyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchGetStreamKeyResult |
BatchGetStreamKeyResult.clone() |
BatchGetStreamKeyResult |
BatchGetStreamKeyResult.withErrors(BatchError... errors)
|
BatchGetStreamKeyResult |
BatchGetStreamKeyResult.withErrors(Collection<BatchError> errors)
|
BatchGetStreamKeyResult |
BatchGetStreamKeyResult.withStreamKeys(Collection<StreamKey> streamKeys)
|
BatchGetStreamKeyResult |
BatchGetStreamKeyResult.withStreamKeys(StreamKey... streamKeys)
|
Copyright © 2023. All rights reserved.