| Package | Description |
|---|---|
| com.amazonaws.services.kinesisvideo.model |
| Modifier and Type | Method and Description |
|---|---|
SingleMasterConfiguration |
SingleMasterConfiguration.clone() |
SingleMasterConfiguration |
ChannelInfo.getSingleMasterConfiguration()
A structure that contains the configuration for the
SINGLE_MASTER channel type. |
SingleMasterConfiguration |
UpdateSignalingChannelRequest.getSingleMasterConfiguration()
The structure containing the configuration for the
SINGLE_MASTER type of the signaling channel that
you want to update. |
SingleMasterConfiguration |
CreateSignalingChannelRequest.getSingleMasterConfiguration()
A structure containing the configuration for the
SINGLE_MASTER channel type. |
SingleMasterConfiguration |
SingleMasterConfiguration.withMessageTtlSeconds(Integer messageTtlSeconds)
The period of time a signaling channel retains undelivered messages before they are discarded.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelInfo.setSingleMasterConfiguration(SingleMasterConfiguration singleMasterConfiguration)
A structure that contains the configuration for the
SINGLE_MASTER channel type. |
void |
UpdateSignalingChannelRequest.setSingleMasterConfiguration(SingleMasterConfiguration singleMasterConfiguration)
The structure containing the configuration for the
SINGLE_MASTER type of the signaling channel that
you want to update. |
void |
CreateSignalingChannelRequest.setSingleMasterConfiguration(SingleMasterConfiguration singleMasterConfiguration)
A structure containing the configuration for the
SINGLE_MASTER channel type. |
ChannelInfo |
ChannelInfo.withSingleMasterConfiguration(SingleMasterConfiguration singleMasterConfiguration)
A structure that contains the configuration for the
SINGLE_MASTER channel type. |
UpdateSignalingChannelRequest |
UpdateSignalingChannelRequest.withSingleMasterConfiguration(SingleMasterConfiguration singleMasterConfiguration)
The structure containing the configuration for the
SINGLE_MASTER type of the signaling channel that
you want to update. |
CreateSignalingChannelRequest |
CreateSignalingChannelRequest.withSingleMasterConfiguration(SingleMasterConfiguration singleMasterConfiguration)
A structure containing the configuration for the
SINGLE_MASTER channel type. |
Copyright © 2023. All rights reserved.