Uses of Interface
software.amazon.awssdk.services.mediastore.MediaStoreBaseClientBuilder
-
Packages that use MediaStoreBaseClientBuilder Package Description software.amazon.awssdk.services.mediastore An AWS Elemental MediaStore container is a namespace that holds folders and objects. -
-
Uses of MediaStoreBaseClientBuilder in software.amazon.awssdk.services.mediastore
Classes in software.amazon.awssdk.services.mediastore with type parameters of type MediaStoreBaseClientBuilder Modifier and Type Interface Description interfaceMediaStoreBaseClientBuilder<B extends MediaStoreBaseClientBuilder<B,C>,C>This includes configuration specific to MediaStore that is supported by bothMediaStoreClientBuilderandMediaStoreAsyncClientBuilder.Subinterfaces of MediaStoreBaseClientBuilder in software.amazon.awssdk.services.mediastore Modifier and Type Interface Description interfaceMediaStoreAsyncClientBuilderA builder for creating an instance ofMediaStoreAsyncClient.interfaceMediaStoreClientBuilderA builder for creating an instance ofMediaStoreClient.
-