Uses of Class
software.amazon.awssdk.services.kinesisvideo.model.ResourceEndpointListItem
-
Packages that use ResourceEndpointListItem Package Description software.amazon.awssdk.services.kinesisvideo.model -
-
Uses of ResourceEndpointListItem in software.amazon.awssdk.services.kinesisvideo.model
Methods in software.amazon.awssdk.services.kinesisvideo.model that return types with arguments of type ResourceEndpointListItem Modifier and Type Method Description List<ResourceEndpointListItem>GetSignalingChannelEndpointResponse. resourceEndpointList()A list of endpoints for the specified signaling channel.Methods in software.amazon.awssdk.services.kinesisvideo.model with parameters of type ResourceEndpointListItem Modifier and Type Method Description GetSignalingChannelEndpointResponse.BuilderGetSignalingChannelEndpointResponse.Builder. resourceEndpointList(ResourceEndpointListItem... resourceEndpointList)A list of endpoints for the specified signaling channel.Method parameters in software.amazon.awssdk.services.kinesisvideo.model with type arguments of type ResourceEndpointListItem Modifier and Type Method Description GetSignalingChannelEndpointResponse.BuilderGetSignalingChannelEndpointResponse.Builder. resourceEndpointList(Collection<ResourceEndpointListItem> resourceEndpointList)A list of endpoints for the specified signaling channel.
-