| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive |
API for AWS Elemental MediaLive
|
| Modifier and Type | Method and Description |
|---|---|
default AcceptInputDeviceTransferResponse |
MediaLiveClient.acceptInputDeviceTransfer(AcceptInputDeviceTransferRequest acceptInputDeviceTransferRequest)
Accept an incoming input device transfer.
|
default AcceptInputDeviceTransferResponse |
MediaLiveClient.acceptInputDeviceTransfer(Consumer<AcceptInputDeviceTransferRequest.Builder> acceptInputDeviceTransferRequest)
Accept an incoming input device transfer.
|
default BatchUpdateScheduleResponse |
MediaLiveClient.batchUpdateSchedule(BatchUpdateScheduleRequest batchUpdateScheduleRequest)
Update a channel schedule
|
default BatchUpdateScheduleResponse |
MediaLiveClient.batchUpdateSchedule(Consumer<BatchUpdateScheduleRequest.Builder> batchUpdateScheduleRequest)
Update a channel schedule
|
default CancelInputDeviceTransferResponse |
MediaLiveClient.cancelInputDeviceTransfer(CancelInputDeviceTransferRequest cancelInputDeviceTransferRequest)
Cancel an input device transfer that you have requested.
|
default CancelInputDeviceTransferResponse |
MediaLiveClient.cancelInputDeviceTransfer(Consumer<CancelInputDeviceTransferRequest.Builder> cancelInputDeviceTransferRequest)
Cancel an input device transfer that you have requested.
|
default ClaimDeviceResponse |
MediaLiveClient.claimDevice(ClaimDeviceRequest claimDeviceRequest)
Send a request to claim an AWS Elemental device that you have purchased from a third-party vendor.
|
default ClaimDeviceResponse |
MediaLiveClient.claimDevice(Consumer<ClaimDeviceRequest.Builder> claimDeviceRequest)
Send a request to claim an AWS Elemental device that you have purchased from a third-party vendor.
|
default CreateChannelResponse |
MediaLiveClient.createChannel(Consumer<CreateChannelRequest.Builder> createChannelRequest)
Creates a new channel
|
default CreateChannelResponse |
MediaLiveClient.createChannel(CreateChannelRequest createChannelRequest)
Creates a new channel
|
default CreateMultiplexResponse |
MediaLiveClient.createMultiplex(Consumer<CreateMultiplexRequest.Builder> createMultiplexRequest)
Create a new multiplex.
|
default CreateMultiplexResponse |
MediaLiveClient.createMultiplex(CreateMultiplexRequest createMultiplexRequest)
Create a new multiplex.
|
default CreateMultiplexProgramResponse |
MediaLiveClient.createMultiplexProgram(Consumer<CreateMultiplexProgramRequest.Builder> createMultiplexProgramRequest)
Create a new program in the multiplex.
|
default CreateMultiplexProgramResponse |
MediaLiveClient.createMultiplexProgram(CreateMultiplexProgramRequest createMultiplexProgramRequest)
Create a new program in the multiplex.
|
default ListInputDeviceTransfersResponse |
MediaLiveClient.listInputDeviceTransfers(Consumer<ListInputDeviceTransfersRequest.Builder> listInputDeviceTransfersRequest)
List input devices that are currently being transferred.
|
default ListInputDeviceTransfersResponse |
MediaLiveClient.listInputDeviceTransfers(ListInputDeviceTransfersRequest listInputDeviceTransfersRequest)
List input devices that are currently being transferred.
|
default ListInputDeviceTransfersIterable |
MediaLiveClient.listInputDeviceTransfersPaginator(Consumer<ListInputDeviceTransfersRequest.Builder> listInputDeviceTransfersRequest)
List input devices that are currently being transferred.
|
default ListInputDeviceTransfersIterable |
MediaLiveClient.listInputDeviceTransfersPaginator(ListInputDeviceTransfersRequest listInputDeviceTransfersRequest)
List input devices that are currently being transferred.
|
default RebootInputDeviceResponse |
MediaLiveClient.rebootInputDevice(Consumer<RebootInputDeviceRequest.Builder> rebootInputDeviceRequest)
Send a reboot command to the specified input device.
|
default RebootInputDeviceResponse |
MediaLiveClient.rebootInputDevice(RebootInputDeviceRequest rebootInputDeviceRequest)
Send a reboot command to the specified input device.
|
default RejectInputDeviceTransferResponse |
MediaLiveClient.rejectInputDeviceTransfer(Consumer<RejectInputDeviceTransferRequest.Builder> rejectInputDeviceTransferRequest)
Reject the transfer of the specified input device to your AWS account.
|
default RejectInputDeviceTransferResponse |
MediaLiveClient.rejectInputDeviceTransfer(RejectInputDeviceTransferRequest rejectInputDeviceTransferRequest)
Reject the transfer of the specified input device to your AWS account.
|
default StartInputDeviceMaintenanceWindowResponse |
MediaLiveClient.startInputDeviceMaintenanceWindow(Consumer<StartInputDeviceMaintenanceWindowRequest.Builder> startInputDeviceMaintenanceWindowRequest)
Start a maintenance window for the specified input device.
|
default StartInputDeviceMaintenanceWindowResponse |
MediaLiveClient.startInputDeviceMaintenanceWindow(StartInputDeviceMaintenanceWindowRequest startInputDeviceMaintenanceWindowRequest)
Start a maintenance window for the specified input device.
|
default TransferInputDeviceResponse |
MediaLiveClient.transferInputDevice(Consumer<TransferInputDeviceRequest.Builder> transferInputDeviceRequest)
Start an input device transfer to another AWS account.
|
default TransferInputDeviceResponse |
MediaLiveClient.transferInputDevice(TransferInputDeviceRequest transferInputDeviceRequest)
Start an input device transfer to another AWS account.
|
default UpdateChannelResponse |
MediaLiveClient.updateChannel(Consumer<UpdateChannelRequest.Builder> updateChannelRequest)
Updates a channel.
|
default UpdateChannelResponse |
MediaLiveClient.updateChannel(UpdateChannelRequest updateChannelRequest)
Updates a channel.
|
default UpdateChannelClassResponse |
MediaLiveClient.updateChannelClass(Consumer<UpdateChannelClassRequest.Builder> updateChannelClassRequest)
Changes the class of the channel.
|
default UpdateChannelClassResponse |
MediaLiveClient.updateChannelClass(UpdateChannelClassRequest updateChannelClassRequest)
Changes the class of the channel.
|
default UpdateInputDeviceResponse |
MediaLiveClient.updateInputDevice(Consumer<UpdateInputDeviceRequest.Builder> updateInputDeviceRequest)
Updates the parameters for the input device.
|
default UpdateInputDeviceResponse |
MediaLiveClient.updateInputDevice(UpdateInputDeviceRequest updateInputDeviceRequest)
Updates the parameters for the input device.
|
default UpdateMultiplexResponse |
MediaLiveClient.updateMultiplex(Consumer<UpdateMultiplexRequest.Builder> updateMultiplexRequest)
Updates a multiplex.
|
default UpdateMultiplexResponse |
MediaLiveClient.updateMultiplex(UpdateMultiplexRequest updateMultiplexRequest)
Updates a multiplex.
|
default UpdateMultiplexProgramResponse |
MediaLiveClient.updateMultiplexProgram(Consumer<UpdateMultiplexProgramRequest.Builder> updateMultiplexProgramRequest)
Update a program in a multiplex.
|
default UpdateMultiplexProgramResponse |
MediaLiveClient.updateMultiplexProgram(UpdateMultiplexProgramRequest updateMultiplexProgramRequest)
Update a program in a multiplex.
|
Copyright © 2022. All rights reserved.