Uses of Class
software.amazon.awssdk.services.mediatailor.model.DeletePlaybackConfigurationResponse
-
Packages that use DeletePlaybackConfigurationResponse 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 DeletePlaybackConfigurationResponse in software.amazon.awssdk.services.mediatailor
Methods in software.amazon.awssdk.services.mediatailor that return DeletePlaybackConfigurationResponse Modifier and Type Method Description default DeletePlaybackConfigurationResponseMediaTailorClient. deletePlaybackConfiguration(Consumer<DeletePlaybackConfigurationRequest.Builder> deletePlaybackConfigurationRequest)Deletes a playback configuration.default DeletePlaybackConfigurationResponseMediaTailorClient. deletePlaybackConfiguration(DeletePlaybackConfigurationRequest deletePlaybackConfigurationRequest)Deletes a playback configuration.Methods in software.amazon.awssdk.services.mediatailor that return types with arguments of type DeletePlaybackConfigurationResponse Modifier and Type Method Description default CompletableFuture<DeletePlaybackConfigurationResponse>MediaTailorAsyncClient. deletePlaybackConfiguration(Consumer<DeletePlaybackConfigurationRequest.Builder> deletePlaybackConfigurationRequest)Deletes a playback configuration.default CompletableFuture<DeletePlaybackConfigurationResponse>MediaTailorAsyncClient. deletePlaybackConfiguration(DeletePlaybackConfigurationRequest deletePlaybackConfigurationRequest)Deletes a playback configuration.
-