Uses of Class
software.amazon.awssdk.services.medialive.model.CreateMultiplexProgramRequest
-
Packages that use CreateMultiplexProgramRequest Package Description software.amazon.awssdk.services.medialive API for AWS Elemental MediaLivesoftware.amazon.awssdk.services.medialive.transform -
-
Uses of CreateMultiplexProgramRequest in software.amazon.awssdk.services.medialive
Methods in software.amazon.awssdk.services.medialive with parameters of type CreateMultiplexProgramRequest Modifier and Type Method Description default CompletableFuture<CreateMultiplexProgramResponse>MediaLiveAsyncClient. createMultiplexProgram(CreateMultiplexProgramRequest createMultiplexProgramRequest)Create a new program in the multiplex.default CreateMultiplexProgramResponseMediaLiveClient. createMultiplexProgram(CreateMultiplexProgramRequest createMultiplexProgramRequest)Create a new program in the multiplex. -
Uses of CreateMultiplexProgramRequest in software.amazon.awssdk.services.medialive.transform
Methods in software.amazon.awssdk.services.medialive.transform with parameters of type CreateMultiplexProgramRequest Modifier and Type Method Description SdkHttpFullRequestCreateMultiplexProgramRequestMarshaller. marshall(CreateMultiplexProgramRequest createMultiplexProgramRequest)
-