Uses of Class
software.amazon.awssdk.services.medialive.model.StartInputDeviceMaintenanceWindowResponse
-
Packages that use StartInputDeviceMaintenanceWindowResponse Package Description software.amazon.awssdk.services.medialive API for AWS Elemental MediaLive -
-
Uses of StartInputDeviceMaintenanceWindowResponse in software.amazon.awssdk.services.medialive
Methods in software.amazon.awssdk.services.medialive that return StartInputDeviceMaintenanceWindowResponse Modifier and Type Method Description default StartInputDeviceMaintenanceWindowResponseMediaLiveClient. startInputDeviceMaintenanceWindow(Consumer<StartInputDeviceMaintenanceWindowRequest.Builder> startInputDeviceMaintenanceWindowRequest)Start a maintenance window for the specified input device.default StartInputDeviceMaintenanceWindowResponseMediaLiveClient. startInputDeviceMaintenanceWindow(StartInputDeviceMaintenanceWindowRequest startInputDeviceMaintenanceWindowRequest)Start a maintenance window for the specified input device.Methods in software.amazon.awssdk.services.medialive that return types with arguments of type StartInputDeviceMaintenanceWindowResponse Modifier and Type Method Description default CompletableFuture<StartInputDeviceMaintenanceWindowResponse>MediaLiveAsyncClient. startInputDeviceMaintenanceWindow(Consumer<StartInputDeviceMaintenanceWindowRequest.Builder> startInputDeviceMaintenanceWindowRequest)Start a maintenance window for the specified input device.default CompletableFuture<StartInputDeviceMaintenanceWindowResponse>MediaLiveAsyncClient. startInputDeviceMaintenanceWindow(StartInputDeviceMaintenanceWindowRequest startInputDeviceMaintenanceWindowRequest)Start a maintenance window for the specified input device.
-