Uses of Class
software.amazon.awssdk.services.kinesisvideomedia.model.StartSelectorType
-
Packages that use StartSelectorType Package Description software.amazon.awssdk.services.kinesisvideomedia.model -
-
Uses of StartSelectorType in software.amazon.awssdk.services.kinesisvideomedia.model
Methods in software.amazon.awssdk.services.kinesisvideomedia.model that return StartSelectorType Modifier and Type Method Description static StartSelectorTypeStartSelectorType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StartSelectorTypeStartSelector. startSelectorType()Identifies the fragment on the Kinesis video stream where you want to start getting the data from.static StartSelectorTypeStartSelectorType. valueOf(String name)Returns the enum constant of this type with the specified name.static StartSelectorType[]StartSelectorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.kinesisvideomedia.model that return types with arguments of type StartSelectorType Modifier and Type Method Description static Set<StartSelectorType>StartSelectorType. knownValues()Methods in software.amazon.awssdk.services.kinesisvideomedia.model with parameters of type StartSelectorType Modifier and Type Method Description StartSelector.BuilderStartSelector.Builder. startSelectorType(StartSelectorType startSelectorType)Identifies the fragment on the Kinesis video stream where you want to start getting the data from.
-