Uses of Class
software.amazon.awssdk.services.mediapackagevod.model.CreatePackagingConfigurationResponse
-
Packages that use CreatePackagingConfigurationResponse Package Description software.amazon.awssdk.services.mediapackagevod AWS Elemental MediaPackage VOD -
-
Uses of CreatePackagingConfigurationResponse in software.amazon.awssdk.services.mediapackagevod
Methods in software.amazon.awssdk.services.mediapackagevod that return CreatePackagingConfigurationResponse Modifier and Type Method Description default CreatePackagingConfigurationResponseMediaPackageVodClient. createPackagingConfiguration(Consumer<CreatePackagingConfigurationRequest.Builder> createPackagingConfigurationRequest)Creates a new MediaPackage VOD PackagingConfiguration resource.default CreatePackagingConfigurationResponseMediaPackageVodClient. createPackagingConfiguration(CreatePackagingConfigurationRequest createPackagingConfigurationRequest)Creates a new MediaPackage VOD PackagingConfiguration resource.Methods in software.amazon.awssdk.services.mediapackagevod that return types with arguments of type CreatePackagingConfigurationResponse Modifier and Type Method Description default CompletableFuture<CreatePackagingConfigurationResponse>MediaPackageVodAsyncClient. createPackagingConfiguration(Consumer<CreatePackagingConfigurationRequest.Builder> createPackagingConfigurationRequest)Creates a new MediaPackage VOD PackagingConfiguration resource.default CompletableFuture<CreatePackagingConfigurationResponse>MediaPackageVodAsyncClient. createPackagingConfiguration(CreatePackagingConfigurationRequest createPackagingConfigurationRequest)Creates a new MediaPackage VOD PackagingConfiguration resource.
-