| Package | Description |
|---|---|
| com.amazonaws.services.medialive |
API for AWS Elemental MediaLive
|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
StartMonitorDeploymentResult |
AWSMediaLiveClient.startMonitorDeployment(StartMonitorDeploymentRequest request)
Initiates a deployment to deploy the latest monitor of the specified signal map.
|
StartMonitorDeploymentResult |
AbstractAWSMediaLive.startMonitorDeployment(StartMonitorDeploymentRequest request) |
StartMonitorDeploymentResult |
AWSMediaLive.startMonitorDeployment(StartMonitorDeploymentRequest startMonitorDeploymentRequest)
Initiates a deployment to deploy the latest monitor of the specified signal map.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StartMonitorDeploymentResult> |
AWSMediaLiveAsyncClient.startMonitorDeploymentAsync(StartMonitorDeploymentRequest request,
AsyncHandler<StartMonitorDeploymentRequest,StartMonitorDeploymentResult> asyncHandler) |
Future<StartMonitorDeploymentResult> |
AbstractAWSMediaLiveAsync.startMonitorDeploymentAsync(StartMonitorDeploymentRequest request,
AsyncHandler<StartMonitorDeploymentRequest,StartMonitorDeploymentResult> asyncHandler) |
Future<StartMonitorDeploymentResult> |
AWSMediaLiveAsync.startMonitorDeploymentAsync(StartMonitorDeploymentRequest startMonitorDeploymentRequest,
AsyncHandler<StartMonitorDeploymentRequest,StartMonitorDeploymentResult> asyncHandler)
Initiates a deployment to deploy the latest monitor of the specified signal map.
|
| Modifier and Type | Method and Description |
|---|---|
StartMonitorDeploymentResult |
StartMonitorDeploymentResult.addFailedMediaResourceMapEntry(String key,
MediaResource value)
Add a single FailedMediaResourceMap entry
|
StartMonitorDeploymentResult |
StartMonitorDeploymentResult.addMediaResourceMapEntry(String key,
MediaResource value)
Add a single MediaResourceMap entry
|
StartMonitorDeploymentResult |
StartMonitorDeploymentResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
StartMonitorDeploymentResult |
StartMonitorDeploymentResult.clearFailedMediaResourceMapEntries()
Removes all the entries added into FailedMediaResourceMap.
|
StartMonitorDeploymentResult |
StartMonitorDeploymentResult.clearMediaResourceMapEntries()
Removes all the entries added into MediaResourceMap.
|
StartMonitorDeploymentResult |
StartMonitorDeploymentResult.clearTagsEntries()
Removes all the entries added into Tags.
|
StartMonitorDeploymentResult |
StartMonitorDeploymentResult.clone() |
StartMonitorDeploymentResult |
StartMonitorDeploymentResult.withArn(String arn)
A signal map's ARN (Amazon Resource Name)
|
StartMonitorDeploymentResult |
StartMonitorDeploymentResult.withCloudWatchAlarmTemplateGroupIds(Collection<String> cloudWatchAlarmTemplateGroupIds) |
StartMonitorDeploymentResult |
StartMonitorDeploymentResult.withCloudWatchAlarmTemplateGroupIds(String... cloudWatchAlarmTemplateGroupIds)
NOTE: This method appends the values to the existing list (if any).
|
StartMonitorDeploymentResult |
StartMonitorDeploymentResult.withCreatedAt(Date createdAt) |
StartMonitorDeploymentResult |
StartMonitorDeploymentResult.withDescription(String description)
A resource's optional description.
|
StartMonitorDeploymentResult |
StartMonitorDeploymentResult.withDiscoveryEntryPointArn(String discoveryEntryPointArn)
A top-level supported AWS resource ARN to discovery a signal map from.
|
StartMonitorDeploymentResult |
StartMonitorDeploymentResult.withErrorMessage(String errorMessage)
Error message associated with a failed creation or failed update attempt of a signal map.
|
StartMonitorDeploymentResult |
StartMonitorDeploymentResult.withEventBridgeRuleTemplateGroupIds(Collection<String> eventBridgeRuleTemplateGroupIds) |
StartMonitorDeploymentResult |
StartMonitorDeploymentResult.withEventBridgeRuleTemplateGroupIds(String... eventBridgeRuleTemplateGroupIds)
NOTE: This method appends the values to the existing list (if any).
|
StartMonitorDeploymentResult |
StartMonitorDeploymentResult.withFailedMediaResourceMap(Map<String,MediaResource> failedMediaResourceMap) |
StartMonitorDeploymentResult |
StartMonitorDeploymentResult.withId(String id)
A signal map's id.
|
StartMonitorDeploymentResult |
StartMonitorDeploymentResult.withLastDiscoveredAt(Date lastDiscoveredAt) |
StartMonitorDeploymentResult |
StartMonitorDeploymentResult.withLastSuccessfulMonitorDeployment(SuccessfulMonitorDeployment lastSuccessfulMonitorDeployment) |
StartMonitorDeploymentResult |
StartMonitorDeploymentResult.withMediaResourceMap(Map<String,MediaResource> mediaResourceMap) |
StartMonitorDeploymentResult |
StartMonitorDeploymentResult.withModifiedAt(Date modifiedAt) |
StartMonitorDeploymentResult |
StartMonitorDeploymentResult.withMonitorChangesPendingDeployment(Boolean monitorChangesPendingDeployment)
If true, there are pending monitor changes for this signal map that can be deployed.
|
StartMonitorDeploymentResult |
StartMonitorDeploymentResult.withMonitorDeployment(MonitorDeployment monitorDeployment) |
StartMonitorDeploymentResult |
StartMonitorDeploymentResult.withName(String name)
A resource's name.
|
StartMonitorDeploymentResult |
StartMonitorDeploymentResult.withStatus(SignalMapStatus status) |
StartMonitorDeploymentResult |
StartMonitorDeploymentResult.withStatus(String status) |
StartMonitorDeploymentResult |
StartMonitorDeploymentResult.withTags(Map<String,String> tags) |
Copyright © 2024. All rights reserved.