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