| Package | Description |
|---|---|
| com.amazonaws.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
BatchError |
BatchError.clone() |
BatchError |
BatchError.withArn(String arn)
Channel ARN.
|
BatchError |
BatchError.withCode(String code)
Error code.
|
BatchError |
BatchError.withMessage(String message)
Error message, determined by the application.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchError> |
BatchGetChannelResult.getErrors()
Each error object is related to a specific ARN in the request.
|
List<BatchError> |
BatchGetStreamKeyResult.getErrors()
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetChannelResult |
BatchGetChannelResult.withErrors(BatchError... errors)
Each error object is related to a specific ARN in the request.
|
BatchGetStreamKeyResult |
BatchGetStreamKeyResult.withErrors(BatchError... errors)
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetChannelResult.setErrors(Collection<BatchError> errors)
Each error object is related to a specific ARN in the request.
|
void |
BatchGetStreamKeyResult.setErrors(Collection<BatchError> errors)
|
BatchGetChannelResult |
BatchGetChannelResult.withErrors(Collection<BatchError> errors)
Each error object is related to a specific ARN in the request.
|
BatchGetStreamKeyResult |
BatchGetStreamKeyResult.withErrors(Collection<BatchError> errors)
|
Copyright © 2022. All rights reserved.