Uses of Interface
software.amazon.awssdk.services.medialive.model.StartMonitorDeploymentRequest.Builder
-
Packages that use StartMonitorDeploymentRequest.Builder Package Description software.amazon.awssdk.services.medialive API for AWS Elemental MediaLivesoftware.amazon.awssdk.services.medialive.model -
-
Uses of StartMonitorDeploymentRequest.Builder in software.amazon.awssdk.services.medialive
Method parameters in software.amazon.awssdk.services.medialive with type arguments of type StartMonitorDeploymentRequest.Builder 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 StartMonitorDeploymentResponseMediaLiveClient. startMonitorDeployment(Consumer<StartMonitorDeploymentRequest.Builder> startMonitorDeploymentRequest)Initiates a deployment to deploy the latest monitor of the specified signal map. -
Uses of StartMonitorDeploymentRequest.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return StartMonitorDeploymentRequest.Builder Modifier and Type Method Description static StartMonitorDeploymentRequest.BuilderStartMonitorDeploymentRequest. builder()StartMonitorDeploymentRequest.BuilderStartMonitorDeploymentRequest.Builder. dryRun(Boolean dryRun)Sets the value of the DryRun property for this object.StartMonitorDeploymentRequest.BuilderStartMonitorDeploymentRequest.Builder. identifier(String identifier)A signal map's identifier.StartMonitorDeploymentRequest.BuilderStartMonitorDeploymentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartMonitorDeploymentRequest.BuilderStartMonitorDeploymentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartMonitorDeploymentRequest.BuilderStartMonitorDeploymentRequest. toBuilder()Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type StartMonitorDeploymentRequest.Builder Modifier and Type Method Description static Class<? extends StartMonitorDeploymentRequest.Builder>StartMonitorDeploymentRequest. serializableBuilderClass()
-