| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediatailor |
Use the AWS Elemental MediaTailor SDKs and CLI to configure scalable ad insertion and linear channels.
|
| software.amazon.awssdk.services.mediatailor.model |
| Modifier and Type | Method and Description |
|---|---|
default DeletePlaybackConfigurationResponse |
MediaTailorClient.deletePlaybackConfiguration(Consumer<DeletePlaybackConfigurationRequest.Builder> deletePlaybackConfigurationRequest)
Deletes a playback configuration.
|
default CompletableFuture<DeletePlaybackConfigurationResponse> |
MediaTailorAsyncClient.deletePlaybackConfiguration(Consumer<DeletePlaybackConfigurationRequest.Builder> deletePlaybackConfigurationRequest)
Deletes a playback configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static DeletePlaybackConfigurationRequest.Builder |
DeletePlaybackConfigurationRequest.builder() |
DeletePlaybackConfigurationRequest.Builder |
DeletePlaybackConfigurationRequest.Builder.name(String name)
The name of the playback configuration.
|
DeletePlaybackConfigurationRequest.Builder |
DeletePlaybackConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeletePlaybackConfigurationRequest.Builder |
DeletePlaybackConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeletePlaybackConfigurationRequest.Builder |
DeletePlaybackConfigurationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeletePlaybackConfigurationRequest.Builder> |
DeletePlaybackConfigurationRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.