| Package | Description |
|---|---|
| com.amazonaws.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
BatchStartViewerSessionRevocationViewerSession |
BatchStartViewerSessionRevocationViewerSession.clone() |
BatchStartViewerSessionRevocationViewerSession |
BatchStartViewerSessionRevocationViewerSession.withChannelArn(String channelArn)
The ARN of the channel associated with the viewer session to revoke.
|
BatchStartViewerSessionRevocationViewerSession |
BatchStartViewerSessionRevocationViewerSession.withViewerId(String viewerId)
The ID of the viewer associated with the viewer session to revoke.
|
BatchStartViewerSessionRevocationViewerSession |
BatchStartViewerSessionRevocationViewerSession.withViewerSessionVersionsLessThanOrEqualTo(Integer viewerSessionVersionsLessThanOrEqualTo)
An optional filter on which versions of the viewer session to revoke.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchStartViewerSessionRevocationViewerSession> |
BatchStartViewerSessionRevocationRequest.getViewerSessions()
Array of viewer sessions, one per channel-ARN and viewer-ID pair.
|
| Modifier and Type | Method and Description |
|---|---|
BatchStartViewerSessionRevocationRequest |
BatchStartViewerSessionRevocationRequest.withViewerSessions(BatchStartViewerSessionRevocationViewerSession... viewerSessions)
Array of viewer sessions, one per channel-ARN and viewer-ID pair.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchStartViewerSessionRevocationRequest.setViewerSessions(Collection<BatchStartViewerSessionRevocationViewerSession> viewerSessions)
Array of viewer sessions, one per channel-ARN and viewer-ID pair.
|
BatchStartViewerSessionRevocationRequest |
BatchStartViewerSessionRevocationRequest.withViewerSessions(Collection<BatchStartViewerSessionRevocationViewerSession> viewerSessions)
Array of viewer sessions, one per channel-ARN and viewer-ID pair.
|
Copyright © 2023. All rights reserved.