Uses of Class
software.amazon.awssdk.services.mediatailor.model.GetPlaybackConfigurationResponse
-
Packages that use GetPlaybackConfigurationResponse 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 GetPlaybackConfigurationResponse in software.amazon.awssdk.services.mediatailor
Methods in software.amazon.awssdk.services.mediatailor that return GetPlaybackConfigurationResponse Modifier and Type Method Description default GetPlaybackConfigurationResponseMediaTailorClient. getPlaybackConfiguration(Consumer<GetPlaybackConfigurationRequest.Builder> getPlaybackConfigurationRequest)Retrieves a playback configuration.default GetPlaybackConfigurationResponseMediaTailorClient. getPlaybackConfiguration(GetPlaybackConfigurationRequest getPlaybackConfigurationRequest)Retrieves a playback configuration.Methods in software.amazon.awssdk.services.mediatailor that return types with arguments of type GetPlaybackConfigurationResponse Modifier and Type Method Description default CompletableFuture<GetPlaybackConfigurationResponse>MediaTailorAsyncClient. getPlaybackConfiguration(Consumer<GetPlaybackConfigurationRequest.Builder> getPlaybackConfigurationRequest)Retrieves a playback configuration.default CompletableFuture<GetPlaybackConfigurationResponse>MediaTailorAsyncClient. getPlaybackConfiguration(GetPlaybackConfigurationRequest getPlaybackConfigurationRequest)Retrieves a playback configuration.
-