Uses of Class
software.amazon.awssdk.services.mediatailor.model.UpdateSourceLocationResponse
-
Packages that use UpdateSourceLocationResponse 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 UpdateSourceLocationResponse in software.amazon.awssdk.services.mediatailor
Methods in software.amazon.awssdk.services.mediatailor that return UpdateSourceLocationResponse Modifier and Type Method Description default UpdateSourceLocationResponseMediaTailorClient. updateSourceLocation(Consumer<UpdateSourceLocationRequest.Builder> updateSourceLocationRequest)Updates a source location.default UpdateSourceLocationResponseMediaTailorClient. updateSourceLocation(UpdateSourceLocationRequest updateSourceLocationRequest)Updates a source location.Methods in software.amazon.awssdk.services.mediatailor that return types with arguments of type UpdateSourceLocationResponse Modifier and Type Method Description default CompletableFuture<UpdateSourceLocationResponse>MediaTailorAsyncClient. updateSourceLocation(Consumer<UpdateSourceLocationRequest.Builder> updateSourceLocationRequest)Updates a source location.default CompletableFuture<UpdateSourceLocationResponse>MediaTailorAsyncClient. updateSourceLocation(UpdateSourceLocationRequest updateSourceLocationRequest)Updates a source location.
-