Uses of Interface
software.amazon.awssdk.services.medialive.MediaLiveBaseClientBuilder
-
Packages that use MediaLiveBaseClientBuilder Package Description software.amazon.awssdk.services.medialive API for AWS Elemental MediaLive -
-
Uses of MediaLiveBaseClientBuilder in software.amazon.awssdk.services.medialive
Classes in software.amazon.awssdk.services.medialive with type parameters of type MediaLiveBaseClientBuilder Modifier and Type Interface Description interfaceMediaLiveBaseClientBuilder<B extends MediaLiveBaseClientBuilder<B,C>,C>This includes configuration specific to MediaLive that is supported by bothMediaLiveClientBuilderandMediaLiveAsyncClientBuilder.Subinterfaces of MediaLiveBaseClientBuilder in software.amazon.awssdk.services.medialive Modifier and Type Interface Description interfaceMediaLiveAsyncClientBuilderA builder for creating an instance ofMediaLiveAsyncClient.interfaceMediaLiveClientBuilderA builder for creating an instance ofMediaLiveClient.
-