default BatchStartViewerSessionRevocationResponse |
IvsClient.batchStartViewerSessionRevocation(Consumer<BatchStartViewerSessionRevocationRequest.Builder> batchStartViewerSessionRevocationRequest) |
|
default BatchStartViewerSessionRevocationResponse |
IvsClient.batchStartViewerSessionRevocation(BatchStartViewerSessionRevocationRequest batchStartViewerSessionRevocationRequest) |
|
default CreatePlaybackRestrictionPolicyResponse |
IvsClient.createPlaybackRestrictionPolicy(Consumer<CreatePlaybackRestrictionPolicyRequest.Builder> createPlaybackRestrictionPolicyRequest) |
Creates a new playback restriction policy, for constraining playback by countries and/or origins.
|
default CreatePlaybackRestrictionPolicyResponse |
IvsClient.createPlaybackRestrictionPolicy(CreatePlaybackRestrictionPolicyRequest createPlaybackRestrictionPolicyRequest) |
Creates a new playback restriction policy, for constraining playback by countries and/or origins.
|
default PutMetadataResponse |
IvsClient.putMetadata(Consumer<PutMetadataRequest.Builder> putMetadataRequest) |
Inserts metadata into the active stream of the specified channel.
|
default PutMetadataResponse |
IvsClient.putMetadata(PutMetadataRequest putMetadataRequest) |
Inserts metadata into the active stream of the specified channel.
|
default StartViewerSessionRevocationResponse |
IvsClient.startViewerSessionRevocation(Consumer<StartViewerSessionRevocationRequest.Builder> startViewerSessionRevocationRequest) |
Starts the process of revoking the viewer session associated with a specified channel ARN and viewer ID.
|
default StartViewerSessionRevocationResponse |
IvsClient.startViewerSessionRevocation(StartViewerSessionRevocationRequest startViewerSessionRevocationRequest) |
Starts the process of revoking the viewer session associated with a specified channel ARN and viewer ID.
|