Uses of Class
software.amazon.awssdk.services.medialive.model.DeleteMultiplexProgramResponse
-
Packages that use DeleteMultiplexProgramResponse Package Description software.amazon.awssdk.services.medialive API for AWS Elemental MediaLive -
-
Uses of DeleteMultiplexProgramResponse in software.amazon.awssdk.services.medialive
Methods in software.amazon.awssdk.services.medialive that return DeleteMultiplexProgramResponse Modifier and Type Method Description default DeleteMultiplexProgramResponseMediaLiveClient. deleteMultiplexProgram(Consumer<DeleteMultiplexProgramRequest.Builder> deleteMultiplexProgramRequest)Delete a program from a multiplex.default DeleteMultiplexProgramResponseMediaLiveClient. deleteMultiplexProgram(DeleteMultiplexProgramRequest deleteMultiplexProgramRequest)Delete a program from a multiplex.Methods in software.amazon.awssdk.services.medialive that return types with arguments of type DeleteMultiplexProgramResponse Modifier and Type Method Description default CompletableFuture<DeleteMultiplexProgramResponse>MediaLiveAsyncClient. deleteMultiplexProgram(Consumer<DeleteMultiplexProgramRequest.Builder> deleteMultiplexProgramRequest)Delete a program from a multiplex.default CompletableFuture<DeleteMultiplexProgramResponse>MediaLiveAsyncClient. deleteMultiplexProgram(DeleteMultiplexProgramRequest deleteMultiplexProgramRequest)Delete a program from a multiplex.
-