| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
List<BatchError> |
BatchGetStreamKeyResponse.errors()
|
List<BatchError> |
BatchGetChannelResponse.errors()
Each error object is related to a specific ARN in the request.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetStreamKeyResponse.Builder |
BatchGetStreamKeyResponse.Builder.errors(BatchError... errors)
|
BatchGetChannelResponse.Builder |
BatchGetChannelResponse.Builder.errors(BatchError... errors)
Each error object is related to a specific ARN in the request.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetStreamKeyResponse.Builder |
BatchGetStreamKeyResponse.Builder.errors(Collection<BatchError> errors)
|
BatchGetChannelResponse.Builder |
BatchGetChannelResponse.Builder.errors(Collection<BatchError> errors)
Each error object is related to a specific ARN in the request.
|
Copyright © 2023. All rights reserved.