Uses of Class
software.amazon.awssdk.services.medialive.model.StartMonitorDeploymentResponse
-
Packages that use StartMonitorDeploymentResponse Package Description software.amazon.awssdk.services.medialive API for AWS Elemental MediaLive -
-
Uses of StartMonitorDeploymentResponse in software.amazon.awssdk.services.medialive
Methods in software.amazon.awssdk.services.medialive that return StartMonitorDeploymentResponse Modifier and Type Method Description default StartMonitorDeploymentResponseMediaLiveClient. startMonitorDeployment(Consumer<StartMonitorDeploymentRequest.Builder> startMonitorDeploymentRequest)Initiates a deployment to deploy the latest monitor of the specified signal map.default StartMonitorDeploymentResponseMediaLiveClient. startMonitorDeployment(StartMonitorDeploymentRequest startMonitorDeploymentRequest)Initiates a deployment to deploy the latest monitor of the specified signal map.Methods in software.amazon.awssdk.services.medialive that return types with arguments of type StartMonitorDeploymentResponse Modifier and Type Method Description default CompletableFuture<StartMonitorDeploymentResponse>MediaLiveAsyncClient. startMonitorDeployment(Consumer<StartMonitorDeploymentRequest.Builder> startMonitorDeploymentRequest)Initiates a deployment to deploy the latest monitor of the specified signal map.default CompletableFuture<StartMonitorDeploymentResponse>MediaLiveAsyncClient. startMonitorDeployment(StartMonitorDeploymentRequest startMonitorDeploymentRequest)Initiates a deployment to deploy the latest monitor of the specified signal map.
-