Uses of Class
com.amazonaws.kinesisvideo.producer.Tag
-
-
Uses of Tag in com.amazonaws.kinesisvideo.internal.producer
Methods in com.amazonaws.kinesisvideo.internal.producer with parameters of type Tag Modifier and Type Method Description voidServiceCallbacks. tagResource(String resourceArn, Tag[] tags, long callAfter, long timeout, byte[] authData, int authType, long streamHandle, KinesisVideoProducerStream stream)Asynchronous call to tag resource API -
Uses of Tag in com.amazonaws.kinesisvideo.internal.service
Methods in com.amazonaws.kinesisvideo.internal.service with parameters of type Tag Modifier and Type Method Description voidDefaultServiceCallbacksImpl. tagResource(String resourceArn, Tag[] tags, long callAfter, long timeout, byte[] authData, int authType, long streamHandle, KinesisVideoProducerStream stream) -
Uses of Tag in com.amazonaws.kinesisvideo.java.mediasource.file
Methods in com.amazonaws.kinesisvideo.java.mediasource.file that return Tag Modifier and Type Method Description Tag[]ImageFileMediaSourceConfiguration. getTags()Methods in com.amazonaws.kinesisvideo.java.mediasource.file with parameters of type Tag Modifier and Type Method Description ImageFileMediaSourceConfiguration.BuilderImageFileMediaSourceConfiguration.Builder. tags(Tag... tags) -
Uses of Tag in com.amazonaws.kinesisvideo.java.service
Methods in com.amazonaws.kinesisvideo.java.service with parameters of type Tag Modifier and Type Method Description voidCachedInfoMultiAuthServiceCallbacksImpl. addTagInfoToCache(String streamName, Tag[] tags)voidCachedInfoMultiAuthServiceCallbacksImpl. tagResource(String resourceArn, Tag[] tagsUnused, long callAfter, long timeout, byte[] authData, int authType, long streamHandle, KinesisVideoProducerStream stream)voidMultiAuthServiceCallbacksImpl. tagResource(String resourceArn, Tag[] tags, long callAfter, long timeout, byte[] authData, int authType, long streamHandle, KinesisVideoProducerStream stream) -
Uses of Tag in com.amazonaws.kinesisvideo.producer
Methods in com.amazonaws.kinesisvideo.producer that return Tag Modifier and Type Method Description Tag[]DeviceInfo. getTags()Tag[]StreamInfo. getTags()Methods in com.amazonaws.kinesisvideo.producer with parameters of type Tag Modifier and Type Method Description static DeviceInfoDeviceInfo. createDeviceInfoV0(String name, StorageInfo storageInfo, int streamCount, Tag[] tags)static DeviceInfoDeviceInfo. createDeviceInfoV1(String name, StorageInfo storageInfo, int streamCount, Tag[] tags, String clientId, ClientInfo clientInfo)Constructors in com.amazonaws.kinesisvideo.producer with parameters of type Tag Constructor Description DeviceInfo(int version, String name, StorageInfo storageInfo, int streamCount, Tag[] tags)Deprecated.DeviceInfo(int version, String name, StorageInfo storageInfo, int streamCount, Tag[] tags, String clientId, ClientInfo clientInfo)Deprecated.StreamInfo(int version, String name, StreamInfo.StreamingType streamingType, String contentType, String kmsKeyId, long retentionPeriod, boolean adaptive, long maxLatency, long fragmentDuration, boolean keyFrameFragmentation, boolean frameTimecodes, boolean absoluteFragmentTimes, boolean fragmentAcks, boolean recoverOnError, int avgBandwidthBps, int frameRate, long bufferDuration, long replayDuration, long connectionStalenessDuration, long timecodeScale, boolean recalculateMetrics, Tag[] tags, StreamInfo.NalAdaptationFlags nalAdaptationFlags, UUID segmentUuid, TrackInfo[] trackInfoList, boolean allowStreamCreation)StreamInfo(int version, String name, StreamInfo.StreamingType streamingType, String contentType, String kmsKeyId, long retentionPeriod, boolean adaptive, long maxLatency, long fragmentDuration, boolean keyFrameFragmentation, boolean frameTimecodes, boolean absoluteFragmentTimes, boolean fragmentAcks, boolean recoverOnError, int avgBandwidthBps, int frameRate, long bufferDuration, long replayDuration, long connectionStalenessDuration, long timecodeScale, boolean recalculateMetrics, Tag[] tags, StreamInfo.NalAdaptationFlags nalAdaptationFlags, UUID segmentUuid, TrackInfo[] trackInfoList, FrameOrderMode frameOrderMode, boolean allowStreamCreation)StreamInfo(int version, String name, StreamInfo.StreamingType streamingType, String contentType, String kmsKeyId, long retentionPeriod, boolean adaptive, long maxLatency, long fragmentDuration, boolean keyFrameFragmentation, boolean frameTimecodes, boolean absoluteFragmentTimes, boolean fragmentAcks, boolean recoverOnError, int avgBandwidthBps, int frameRate, long bufferDuration, long replayDuration, long connectionStalenessDuration, long timecodeScale, boolean recalculateMetrics, Tag[] tags, StreamInfo.NalAdaptationFlags nalAdaptationFlags, UUID segmentUuid, TrackInfo[] trackInfoList, FrameOrderMode frameOrderMode, StreamInfo.StorePressurePolicy storePressurePolicy, boolean allowStreamCreation)StreamInfo(int version, String name, StreamInfo.StreamingType streamingType, String contentType, String kmsKeyId, long retentionPeriod, boolean adaptive, long maxLatency, long fragmentDuration, boolean keyFrameFragmentation, boolean frameTimecodes, boolean absoluteFragmentTimes, boolean fragmentAcks, boolean recoverOnError, String codecId, String trackName, int avgBandwidthBps, int frameRate, long bufferDuration, long replayDuration, long connectionStalenessDuration, long timecodeScale, boolean recalculateMetrics, byte[] codecPrivateData, Tag[] tags, StreamInfo.NalAdaptationFlags nalAdaptationFlags, boolean allowStreamCreation)
-