Uses of Class
software.amazon.awssdk.services.kinesisvideo.model.StrategyOnFullSize
-
Packages that use StrategyOnFullSize Package Description software.amazon.awssdk.services.kinesisvideo.model -
-
Uses of StrategyOnFullSize in software.amazon.awssdk.services.kinesisvideo.model
Methods in software.amazon.awssdk.services.kinesisvideo.model that return StrategyOnFullSize Modifier and Type Method Description static StrategyOnFullSizeStrategyOnFullSize. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StrategyOnFullSizeLocalSizeConfig. strategyOnFullSize()The strategy to perform when a stream’sMaxLocalMediaSizeInMBlimit is reached.static StrategyOnFullSizeStrategyOnFullSize. valueOf(String name)Returns the enum constant of this type with the specified name.static StrategyOnFullSize[]StrategyOnFullSize. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.kinesisvideo.model that return types with arguments of type StrategyOnFullSize Modifier and Type Method Description static Set<StrategyOnFullSize>StrategyOnFullSize. knownValues()Methods in software.amazon.awssdk.services.kinesisvideo.model with parameters of type StrategyOnFullSize Modifier and Type Method Description LocalSizeConfig.BuilderLocalSizeConfig.Builder. strategyOnFullSize(StrategyOnFullSize strategyOnFullSize)The strategy to perform when a stream’sMaxLocalMediaSizeInMBlimit is reached.
-