Uses of Class
software.amazon.awssdk.services.mediatailor.model.PutPlaybackConfigurationResponse
-
Packages that use PutPlaybackConfigurationResponse Package Description software.amazon.awssdk.services.mediatailor Use the AWS Elemental MediaTailor SDKs and CLI to configure scalable ad insertion and linear channels. -
-
Uses of PutPlaybackConfigurationResponse in software.amazon.awssdk.services.mediatailor
Methods in software.amazon.awssdk.services.mediatailor that return PutPlaybackConfigurationResponse Modifier and Type Method Description default PutPlaybackConfigurationResponseMediaTailorClient. putPlaybackConfiguration(Consumer<PutPlaybackConfigurationRequest.Builder> putPlaybackConfigurationRequest)Creates a playback configuration.default PutPlaybackConfigurationResponseMediaTailorClient. putPlaybackConfiguration(PutPlaybackConfigurationRequest putPlaybackConfigurationRequest)Creates a playback configuration.Methods in software.amazon.awssdk.services.mediatailor that return types with arguments of type PutPlaybackConfigurationResponse Modifier and Type Method Description default CompletableFuture<PutPlaybackConfigurationResponse>MediaTailorAsyncClient. putPlaybackConfiguration(Consumer<PutPlaybackConfigurationRequest.Builder> putPlaybackConfigurationRequest)Creates a playback configuration.default CompletableFuture<PutPlaybackConfigurationResponse>MediaTailorAsyncClient. putPlaybackConfiguration(PutPlaybackConfigurationRequest putPlaybackConfigurationRequest)Creates a playback configuration.
-