Uses of Class
software.amazon.awssdk.services.mediatailor.model.CreateSourceLocationResponse
-
Packages that use CreateSourceLocationResponse 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 CreateSourceLocationResponse in software.amazon.awssdk.services.mediatailor
Methods in software.amazon.awssdk.services.mediatailor that return CreateSourceLocationResponse Modifier and Type Method Description default CreateSourceLocationResponseMediaTailorClient. createSourceLocation(Consumer<CreateSourceLocationRequest.Builder> createSourceLocationRequest)Creates a source location.default CreateSourceLocationResponseMediaTailorClient. createSourceLocation(CreateSourceLocationRequest createSourceLocationRequest)Creates a source location.Methods in software.amazon.awssdk.services.mediatailor that return types with arguments of type CreateSourceLocationResponse Modifier and Type Method Description default CompletableFuture<CreateSourceLocationResponse>MediaTailorAsyncClient. createSourceLocation(Consumer<CreateSourceLocationRequest.Builder> createSourceLocationRequest)Creates a source location.default CompletableFuture<CreateSourceLocationResponse>MediaTailorAsyncClient. createSourceLocation(CreateSourceLocationRequest createSourceLocationRequest)Creates a source location.
-