Uses of Class
software.amazon.awssdk.services.mediatailor.model.InsertionMode
-
Packages that use InsertionMode Package Description software.amazon.awssdk.services.mediatailor.model -
-
Uses of InsertionMode in software.amazon.awssdk.services.mediatailor.model
Methods in software.amazon.awssdk.services.mediatailor.model that return InsertionMode Modifier and Type Method Description static InsertionModeInsertionMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InsertionModeGetPlaybackConfigurationResponse. insertionMode()The setting that controls whether players can use stitched or guided ad insertion.InsertionModePlaybackConfiguration. insertionMode()The setting that controls whether players can use stitched or guided ad insertion.InsertionModePutPlaybackConfigurationRequest. insertionMode()The setting that controls whether players can use stitched or guided ad insertion.InsertionModePutPlaybackConfigurationResponse. insertionMode()The setting that controls whether players can use stitched or guided ad insertion.static InsertionModeInsertionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static InsertionMode[]InsertionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediatailor.model that return types with arguments of type InsertionMode Modifier and Type Method Description static Set<InsertionMode>InsertionMode. knownValues()Methods in software.amazon.awssdk.services.mediatailor.model with parameters of type InsertionMode Modifier and Type Method Description GetPlaybackConfigurationResponse.BuilderGetPlaybackConfigurationResponse.Builder. insertionMode(InsertionMode insertionMode)The setting that controls whether players can use stitched or guided ad insertion.PlaybackConfiguration.BuilderPlaybackConfiguration.Builder. insertionMode(InsertionMode insertionMode)The setting that controls whether players can use stitched or guided ad insertion.PutPlaybackConfigurationRequest.BuilderPutPlaybackConfigurationRequest.Builder. insertionMode(InsertionMode insertionMode)The setting that controls whether players can use stitched or guided ad insertion.PutPlaybackConfigurationResponse.BuilderPutPlaybackConfigurationResponse.Builder. insertionMode(InsertionMode insertionMode)The setting that controls whether players can use stitched or guided ad insertion.
-