| 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 BatchDeleteResponse |
MediaLiveClient.batchDelete(BatchDeleteRequest batchDeleteRequest)
Starts delete of resources.
|
default BatchDeleteResponse |
MediaLiveClient.batchDelete(Consumer<BatchDeleteRequest.Builder> batchDeleteRequest)
Starts delete of resources.
|
default BatchStartResponse |
MediaLiveClient.batchStart(BatchStartRequest batchStartRequest)
Starts existing resources
|
default BatchStartResponse |
MediaLiveClient.batchStart(Consumer<BatchStartRequest.Builder> batchStartRequest)
Starts existing resources
|
default BatchStopResponse |
MediaLiveClient.batchStop(BatchStopRequest batchStopRequest)
Stops running resources
|
default BatchStopResponse |
MediaLiveClient.batchStop(Consumer<BatchStopRequest.Builder> batchStopRequest)
Stops running resources
|
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 CreateInputResponse |
MediaLiveClient.createInput(Consumer<CreateInputRequest.Builder> createInputRequest)
Create an input
|
default CreateInputResponse |
MediaLiveClient.createInput(CreateInputRequest createInputRequest)
Create an input
|
default CreateInputSecurityGroupResponse |
MediaLiveClient.createInputSecurityGroup(Consumer<CreateInputSecurityGroupRequest.Builder> createInputSecurityGroupRequest)
Creates a Input Security Group
|
default CreateInputSecurityGroupResponse |
MediaLiveClient.createInputSecurityGroup(CreateInputSecurityGroupRequest createInputSecurityGroupRequest)
Creates a Input Security Group
|
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 CreatePartnerInputResponse |
MediaLiveClient.createPartnerInput(Consumer<CreatePartnerInputRequest.Builder> createPartnerInputRequest)
Create a partner input
|
default CreatePartnerInputResponse |
MediaLiveClient.createPartnerInput(CreatePartnerInputRequest createPartnerInputRequest)
Create a partner input
|
default DeleteChannelResponse |
MediaLiveClient.deleteChannel(Consumer<DeleteChannelRequest.Builder> deleteChannelRequest)
Starts deletion of channel.
|
default DeleteChannelResponse |
MediaLiveClient.deleteChannel(DeleteChannelRequest deleteChannelRequest)
Starts deletion of channel.
|
default DeleteInputResponse |
MediaLiveClient.deleteInput(Consumer<DeleteInputRequest.Builder> deleteInputRequest)
Deletes the input end point
|
default DeleteInputResponse |
MediaLiveClient.deleteInput(DeleteInputRequest deleteInputRequest)
Deletes the input end point
|
default DeleteInputSecurityGroupResponse |
MediaLiveClient.deleteInputSecurityGroup(Consumer<DeleteInputSecurityGroupRequest.Builder> deleteInputSecurityGroupRequest)
Deletes an Input Security Group
|
default DeleteInputSecurityGroupResponse |
MediaLiveClient.deleteInputSecurityGroup(DeleteInputSecurityGroupRequest deleteInputSecurityGroupRequest)
Deletes an Input Security Group
|
default DeleteMultiplexResponse |
MediaLiveClient.deleteMultiplex(Consumer<DeleteMultiplexRequest.Builder> deleteMultiplexRequest)
Delete a multiplex.
|
default DeleteMultiplexResponse |
MediaLiveClient.deleteMultiplex(DeleteMultiplexRequest deleteMultiplexRequest)
Delete a multiplex.
|
default DeleteMultiplexProgramResponse |
MediaLiveClient.deleteMultiplexProgram(Consumer<DeleteMultiplexProgramRequest.Builder> deleteMultiplexProgramRequest)
Delete a program from a multiplex.
|
default DeleteMultiplexProgramResponse |
MediaLiveClient.deleteMultiplexProgram(DeleteMultiplexProgramRequest deleteMultiplexProgramRequest)
Delete a program from a multiplex.
|
default DeleteReservationResponse |
MediaLiveClient.deleteReservation(Consumer<DeleteReservationRequest.Builder> deleteReservationRequest)
Delete an expired reservation.
|
default DeleteReservationResponse |
MediaLiveClient.deleteReservation(DeleteReservationRequest deleteReservationRequest)
Delete an expired reservation.
|
default DeleteScheduleResponse |
MediaLiveClient.deleteSchedule(Consumer<DeleteScheduleRequest.Builder> deleteScheduleRequest)
Delete all schedule actions on a channel.
|
default DeleteScheduleResponse |
MediaLiveClient.deleteSchedule(DeleteScheduleRequest deleteScheduleRequest)
Delete all schedule actions on a channel.
|
default DescribeChannelResponse |
MediaLiveClient.describeChannel(Consumer<DescribeChannelRequest.Builder> describeChannelRequest)
Gets details about a channel
|
default DescribeChannelResponse |
MediaLiveClient.describeChannel(DescribeChannelRequest describeChannelRequest)
Gets details about a channel
|
default DescribeInputResponse |
MediaLiveClient.describeInput(Consumer<DescribeInputRequest.Builder> describeInputRequest)
Produces details about an input
|
default DescribeInputResponse |
MediaLiveClient.describeInput(DescribeInputRequest describeInputRequest)
Produces details about an input
|
default DescribeInputDeviceResponse |
MediaLiveClient.describeInputDevice(Consumer<DescribeInputDeviceRequest.Builder> describeInputDeviceRequest)
Gets the details for the input device
|
default DescribeInputDeviceResponse |
MediaLiveClient.describeInputDevice(DescribeInputDeviceRequest describeInputDeviceRequest)
Gets the details for the input device
|
default ResponseInputStream<DescribeInputDeviceThumbnailResponse> |
MediaLiveClient.describeInputDeviceThumbnail(Consumer<DescribeInputDeviceThumbnailRequest.Builder> describeInputDeviceThumbnailRequest)
Get the latest thumbnail data for the input device.
|
default DescribeInputDeviceThumbnailResponse |
MediaLiveClient.describeInputDeviceThumbnail(Consumer<DescribeInputDeviceThumbnailRequest.Builder> describeInputDeviceThumbnailRequest,
Path destinationPath)
Get the latest thumbnail data for the input device.
|
default <ReturnT> ReturnT |
MediaLiveClient.describeInputDeviceThumbnail(Consumer<DescribeInputDeviceThumbnailRequest.Builder> describeInputDeviceThumbnailRequest,
ResponseTransformer<DescribeInputDeviceThumbnailResponse,ReturnT> responseTransformer)
Get the latest thumbnail data for the input device.
|
default ResponseInputStream<DescribeInputDeviceThumbnailResponse> |
MediaLiveClient.describeInputDeviceThumbnail(DescribeInputDeviceThumbnailRequest describeInputDeviceThumbnailRequest)
Get the latest thumbnail data for the input device.
|
default DescribeInputDeviceThumbnailResponse |
MediaLiveClient.describeInputDeviceThumbnail(DescribeInputDeviceThumbnailRequest describeInputDeviceThumbnailRequest,
Path destinationPath)
Get the latest thumbnail data for the input device.
|
default <ReturnT> ReturnT |
MediaLiveClient.describeInputDeviceThumbnail(DescribeInputDeviceThumbnailRequest describeInputDeviceThumbnailRequest,
ResponseTransformer<DescribeInputDeviceThumbnailResponse,ReturnT> responseTransformer)
Get the latest thumbnail data for the input device.
|
default ResponseBytes<DescribeInputDeviceThumbnailResponse> |
MediaLiveClient.describeInputDeviceThumbnailAsBytes(Consumer<DescribeInputDeviceThumbnailRequest.Builder> describeInputDeviceThumbnailRequest)
Get the latest thumbnail data for the input device.
|
default ResponseBytes<DescribeInputDeviceThumbnailResponse> |
MediaLiveClient.describeInputDeviceThumbnailAsBytes(DescribeInputDeviceThumbnailRequest describeInputDeviceThumbnailRequest)
Get the latest thumbnail data for the input device.
|
default DescribeInputSecurityGroupResponse |
MediaLiveClient.describeInputSecurityGroup(Consumer<DescribeInputSecurityGroupRequest.Builder> describeInputSecurityGroupRequest)
Produces a summary of an Input Security Group
|
default DescribeInputSecurityGroupResponse |
MediaLiveClient.describeInputSecurityGroup(DescribeInputSecurityGroupRequest describeInputSecurityGroupRequest)
Produces a summary of an Input Security Group
|
default DescribeMultiplexResponse |
MediaLiveClient.describeMultiplex(Consumer<DescribeMultiplexRequest.Builder> describeMultiplexRequest)
Gets details about a multiplex.
|
default DescribeMultiplexResponse |
MediaLiveClient.describeMultiplex(DescribeMultiplexRequest describeMultiplexRequest)
Gets details about a multiplex.
|
default DescribeMultiplexProgramResponse |
MediaLiveClient.describeMultiplexProgram(Consumer<DescribeMultiplexProgramRequest.Builder> describeMultiplexProgramRequest)
Get the details for a program in a multiplex.
|
default DescribeMultiplexProgramResponse |
MediaLiveClient.describeMultiplexProgram(DescribeMultiplexProgramRequest describeMultiplexProgramRequest)
Get the details for a program in a multiplex.
|
default DescribeOfferingResponse |
MediaLiveClient.describeOffering(Consumer<DescribeOfferingRequest.Builder> describeOfferingRequest)
Get details for an offering.
|
default DescribeOfferingResponse |
MediaLiveClient.describeOffering(DescribeOfferingRequest describeOfferingRequest)
Get details for an offering.
|
default DescribeReservationResponse |
MediaLiveClient.describeReservation(Consumer<DescribeReservationRequest.Builder> describeReservationRequest)
Get details for a reservation.
|
default DescribeReservationResponse |
MediaLiveClient.describeReservation(DescribeReservationRequest describeReservationRequest)
Get details for a reservation.
|
default DescribeScheduleResponse |
MediaLiveClient.describeSchedule(Consumer<DescribeScheduleRequest.Builder> describeScheduleRequest)
Get a channel schedule
|
default DescribeScheduleResponse |
MediaLiveClient.describeSchedule(DescribeScheduleRequest describeScheduleRequest)
Get a channel schedule
|
default DescribeScheduleIterable |
MediaLiveClient.describeSchedulePaginator(Consumer<DescribeScheduleRequest.Builder> describeScheduleRequest)
Get a channel schedule
|
default DescribeScheduleIterable |
MediaLiveClient.describeSchedulePaginator(DescribeScheduleRequest describeScheduleRequest)
Get a channel schedule
|
default ListChannelsResponse |
MediaLiveClient.listChannels()
Produces list of channels that have been created
|
default ListChannelsResponse |
MediaLiveClient.listChannels(Consumer<ListChannelsRequest.Builder> listChannelsRequest)
Produces list of channels that have been created
|
default ListChannelsResponse |
MediaLiveClient.listChannels(ListChannelsRequest listChannelsRequest)
Produces list of channels that have been created
|
default ListChannelsIterable |
MediaLiveClient.listChannelsPaginator()
Produces list of channels that have been created
|
default ListChannelsIterable |
MediaLiveClient.listChannelsPaginator(Consumer<ListChannelsRequest.Builder> listChannelsRequest)
Produces list of channels that have been created
|
default ListChannelsIterable |
MediaLiveClient.listChannelsPaginator(ListChannelsRequest listChannelsRequest)
Produces list of channels that have been created
|
default ListInputDevicesResponse |
MediaLiveClient.listInputDevices(Consumer<ListInputDevicesRequest.Builder> listInputDevicesRequest)
List input devices
|
default ListInputDevicesResponse |
MediaLiveClient.listInputDevices(ListInputDevicesRequest listInputDevicesRequest)
List input devices
|
default ListInputDevicesIterable |
MediaLiveClient.listInputDevicesPaginator(Consumer<ListInputDevicesRequest.Builder> listInputDevicesRequest)
List input devices
|
default ListInputDevicesIterable |
MediaLiveClient.listInputDevicesPaginator(ListInputDevicesRequest listInputDevicesRequest)
List input devices
|
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 ListInputsResponse |
MediaLiveClient.listInputs()
Produces list of inputs that have been created
|
default ListInputsResponse |
MediaLiveClient.listInputs(Consumer<ListInputsRequest.Builder> listInputsRequest)
Produces list of inputs that have been created
|
default ListInputsResponse |
MediaLiveClient.listInputs(ListInputsRequest listInputsRequest)
Produces list of inputs that have been created
|
default ListInputSecurityGroupsResponse |
MediaLiveClient.listInputSecurityGroups()
Produces a list of Input Security Groups for an account
|
default ListInputSecurityGroupsResponse |
MediaLiveClient.listInputSecurityGroups(Consumer<ListInputSecurityGroupsRequest.Builder> listInputSecurityGroupsRequest)
Produces a list of Input Security Groups for an account
|
default ListInputSecurityGroupsResponse |
MediaLiveClient.listInputSecurityGroups(ListInputSecurityGroupsRequest listInputSecurityGroupsRequest)
Produces a list of Input Security Groups for an account
|
default ListInputSecurityGroupsIterable |
MediaLiveClient.listInputSecurityGroupsPaginator()
Produces a list of Input Security Groups for an account
|
default ListInputSecurityGroupsIterable |
MediaLiveClient.listInputSecurityGroupsPaginator(Consumer<ListInputSecurityGroupsRequest.Builder> listInputSecurityGroupsRequest)
Produces a list of Input Security Groups for an account
|
default ListInputSecurityGroupsIterable |
MediaLiveClient.listInputSecurityGroupsPaginator(ListInputSecurityGroupsRequest listInputSecurityGroupsRequest)
Produces a list of Input Security Groups for an account
|
default ListInputsIterable |
MediaLiveClient.listInputsPaginator()
Produces list of inputs that have been created
|
default ListInputsIterable |
MediaLiveClient.listInputsPaginator(Consumer<ListInputsRequest.Builder> listInputsRequest)
Produces list of inputs that have been created
|
default ListInputsIterable |
MediaLiveClient.listInputsPaginator(ListInputsRequest listInputsRequest)
Produces list of inputs that have been created
|
default ListMultiplexesResponse |
MediaLiveClient.listMultiplexes(Consumer<ListMultiplexesRequest.Builder> listMultiplexesRequest)
Retrieve a list of the existing multiplexes.
|
default ListMultiplexesResponse |
MediaLiveClient.listMultiplexes(ListMultiplexesRequest listMultiplexesRequest)
Retrieve a list of the existing multiplexes.
|
default ListMultiplexesIterable |
MediaLiveClient.listMultiplexesPaginator(Consumer<ListMultiplexesRequest.Builder> listMultiplexesRequest)
Retrieve a list of the existing multiplexes.
|
default ListMultiplexesIterable |
MediaLiveClient.listMultiplexesPaginator(ListMultiplexesRequest listMultiplexesRequest)
Retrieve a list of the existing multiplexes.
|
default ListMultiplexProgramsResponse |
MediaLiveClient.listMultiplexPrograms(Consumer<ListMultiplexProgramsRequest.Builder> listMultiplexProgramsRequest)
List the programs that currently exist for a specific multiplex.
|
default ListMultiplexProgramsResponse |
MediaLiveClient.listMultiplexPrograms(ListMultiplexProgramsRequest listMultiplexProgramsRequest)
List the programs that currently exist for a specific multiplex.
|
default ListMultiplexProgramsIterable |
MediaLiveClient.listMultiplexProgramsPaginator(Consumer<ListMultiplexProgramsRequest.Builder> listMultiplexProgramsRequest)
List the programs that currently exist for a specific multiplex.
|
default ListMultiplexProgramsIterable |
MediaLiveClient.listMultiplexProgramsPaginator(ListMultiplexProgramsRequest listMultiplexProgramsRequest)
List the programs that currently exist for a specific multiplex.
|
default ListOfferingsResponse |
MediaLiveClient.listOfferings()
List offerings available for purchase.
|
default ListOfferingsResponse |
MediaLiveClient.listOfferings(Consumer<ListOfferingsRequest.Builder> listOfferingsRequest)
List offerings available for purchase.
|
default ListOfferingsResponse |
MediaLiveClient.listOfferings(ListOfferingsRequest listOfferingsRequest)
List offerings available for purchase.
|
default ListOfferingsIterable |
MediaLiveClient.listOfferingsPaginator()
List offerings available for purchase.
|
default ListOfferingsIterable |
MediaLiveClient.listOfferingsPaginator(Consumer<ListOfferingsRequest.Builder> listOfferingsRequest)
List offerings available for purchase.
|
default ListOfferingsIterable |
MediaLiveClient.listOfferingsPaginator(ListOfferingsRequest listOfferingsRequest)
List offerings available for purchase.
|
default ListReservationsResponse |
MediaLiveClient.listReservations()
List purchased reservations.
|
default ListReservationsResponse |
MediaLiveClient.listReservations(Consumer<ListReservationsRequest.Builder> listReservationsRequest)
List purchased reservations.
|
default ListReservationsResponse |
MediaLiveClient.listReservations(ListReservationsRequest listReservationsRequest)
List purchased reservations.
|
default ListReservationsIterable |
MediaLiveClient.listReservationsPaginator()
List purchased reservations.
|
default ListReservationsIterable |
MediaLiveClient.listReservationsPaginator(Consumer<ListReservationsRequest.Builder> listReservationsRequest)
List purchased reservations.
|
default ListReservationsIterable |
MediaLiveClient.listReservationsPaginator(ListReservationsRequest listReservationsRequest)
List purchased reservations.
|
default PurchaseOfferingResponse |
MediaLiveClient.purchaseOffering(Consumer<PurchaseOfferingRequest.Builder> purchaseOfferingRequest)
Purchase an offering and create a reservation.
|
default PurchaseOfferingResponse |
MediaLiveClient.purchaseOffering(PurchaseOfferingRequest purchaseOfferingRequest)
Purchase an offering and create a reservation.
|
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 StartChannelResponse |
MediaLiveClient.startChannel(Consumer<StartChannelRequest.Builder> startChannelRequest)
Starts an existing channel
|
default StartChannelResponse |
MediaLiveClient.startChannel(StartChannelRequest startChannelRequest)
Starts an existing channel
|
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 StartMultiplexResponse |
MediaLiveClient.startMultiplex(Consumer<StartMultiplexRequest.Builder> startMultiplexRequest)
Start (run) the multiplex.
|
default StartMultiplexResponse |
MediaLiveClient.startMultiplex(StartMultiplexRequest startMultiplexRequest)
Start (run) the multiplex.
|
default StopChannelResponse |
MediaLiveClient.stopChannel(Consumer<StopChannelRequest.Builder> stopChannelRequest)
Stops a running channel
|
default StopChannelResponse |
MediaLiveClient.stopChannel(StopChannelRequest stopChannelRequest)
Stops a running channel
|
default StopMultiplexResponse |
MediaLiveClient.stopMultiplex(Consumer<StopMultiplexRequest.Builder> stopMultiplexRequest)
Stops a running multiplex.
|
default StopMultiplexResponse |
MediaLiveClient.stopMultiplex(StopMultiplexRequest stopMultiplexRequest)
Stops a running multiplex.
|
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 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 UpdateReservationResponse |
MediaLiveClient.updateReservation(Consumer<UpdateReservationRequest.Builder> updateReservationRequest)
Update reservation.
|
default UpdateReservationResponse |
MediaLiveClient.updateReservation(UpdateReservationRequest updateReservationRequest)
Update reservation.
|
Copyright © 2022. All rights reserved.