Uses of Class
software.amazon.awssdk.services.medialive.model.StartDeleteMonitorDeploymentResponse
-
Packages that use StartDeleteMonitorDeploymentResponse Package Description software.amazon.awssdk.services.medialive API for AWS Elemental MediaLive -
-
Uses of StartDeleteMonitorDeploymentResponse in software.amazon.awssdk.services.medialive
Methods in software.amazon.awssdk.services.medialive that return StartDeleteMonitorDeploymentResponse Modifier and Type Method Description default StartDeleteMonitorDeploymentResponseMediaLiveClient. startDeleteMonitorDeployment(Consumer<StartDeleteMonitorDeploymentRequest.Builder> startDeleteMonitorDeploymentRequest)Initiates a deployment to delete the monitor of the specified signal map.default StartDeleteMonitorDeploymentResponseMediaLiveClient. startDeleteMonitorDeployment(StartDeleteMonitorDeploymentRequest startDeleteMonitorDeploymentRequest)Initiates a deployment to delete the monitor of the specified signal map.Methods in software.amazon.awssdk.services.medialive that return types with arguments of type StartDeleteMonitorDeploymentResponse Modifier and Type Method Description default CompletableFuture<StartDeleteMonitorDeploymentResponse>MediaLiveAsyncClient. startDeleteMonitorDeployment(Consumer<StartDeleteMonitorDeploymentRequest.Builder> startDeleteMonitorDeploymentRequest)Initiates a deployment to delete the monitor of the specified signal map.default CompletableFuture<StartDeleteMonitorDeploymentResponse>MediaLiveAsyncClient. startDeleteMonitorDeployment(StartDeleteMonitorDeploymentRequest startDeleteMonitorDeploymentRequest)Initiates a deployment to delete the monitor of the specified signal map.
-