| Package | Description |
|---|---|
| com.amazonaws.services.ivs |
Introduction
|
| com.amazonaws.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetStreamKeyResult |
AmazonIVS.batchGetStreamKey(BatchGetStreamKeyRequest batchGetStreamKeyRequest)
Performs GetStreamKey on multiple ARNs simultaneously.
|
BatchGetStreamKeyResult |
AmazonIVSClient.batchGetStreamKey(BatchGetStreamKeyRequest request)
Performs GetStreamKey on multiple ARNs simultaneously.
|
BatchGetStreamKeyResult |
AbstractAmazonIVS.batchGetStreamKey(BatchGetStreamKeyRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchGetStreamKeyResult> |
AbstractAmazonIVSAsync.batchGetStreamKeyAsync(BatchGetStreamKeyRequest request,
AsyncHandler<BatchGetStreamKeyRequest,BatchGetStreamKeyResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetStreamKeyResult |
BatchGetStreamKeyResult.clone() |
BatchGetStreamKeyResult |
BatchGetStreamKeyResult.withErrors(BatchError... errors)
NOTE: This method appends the values to the existing list (if any).
|
BatchGetStreamKeyResult |
BatchGetStreamKeyResult.withErrors(Collection<BatchError> errors) |
BatchGetStreamKeyResult |
BatchGetStreamKeyResult.withStreamKeys(Collection<StreamKey> streamKeys) |
BatchGetStreamKeyResult |
BatchGetStreamKeyResult.withStreamKeys(StreamKey... streamKeys)
NOTE: This method appends the values to the existing list (if any).
|
Copyright © 2021. All rights reserved.