| Package | Description |
|---|---|
| com.amazonaws.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
BatchStartViewerSessionRevocationError |
BatchStartViewerSessionRevocationError.clone() |
BatchStartViewerSessionRevocationError |
BatchStartViewerSessionRevocationError.withChannelArn(String channelArn)
Channel ARN.
|
BatchStartViewerSessionRevocationError |
BatchStartViewerSessionRevocationError.withCode(String code)
Error code.
|
BatchStartViewerSessionRevocationError |
BatchStartViewerSessionRevocationError.withMessage(String message)
Error message, determined by the application.
|
BatchStartViewerSessionRevocationError |
BatchStartViewerSessionRevocationError.withViewerId(String viewerId)
The ID of the viewer session to revoke.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchStartViewerSessionRevocationError> |
BatchStartViewerSessionRevocationResult.getErrors()
Each error object is related to a specific
channelArn and viewerId pair in the request. |
| Modifier and Type | Method and Description |
|---|---|
BatchStartViewerSessionRevocationResult |
BatchStartViewerSessionRevocationResult.withErrors(BatchStartViewerSessionRevocationError... errors)
Each error object is related to a specific
channelArn and viewerId pair in the request. |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchStartViewerSessionRevocationResult.setErrors(Collection<BatchStartViewerSessionRevocationError> errors)
Each error object is related to a specific
channelArn and viewerId pair in the request. |
BatchStartViewerSessionRevocationResult |
BatchStartViewerSessionRevocationResult.withErrors(Collection<BatchStartViewerSessionRevocationError> errors)
Each error object is related to a specific
channelArn and viewerId pair in the request. |
Copyright © 2023. All rights reserved.