Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement |
Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and
a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at
scale.
|
com.amazonaws.services.simplesystemsmanagement.model |
Modifier and Type | Method and Description |
---|---|
Future<StartAutomationExecutionResult> |
AbstractAWSSimpleSystemsManagementAsync.startAutomationExecutionAsync(StartAutomationExecutionRequest request,
AsyncHandler<StartAutomationExecutionRequest,StartAutomationExecutionResult> asyncHandler) |
Future<StartAutomationExecutionResult> |
AWSSimpleSystemsManagementAsyncClient.startAutomationExecutionAsync(StartAutomationExecutionRequest request,
AsyncHandler<StartAutomationExecutionRequest,StartAutomationExecutionResult> asyncHandler) |
Future<StartAutomationExecutionResult> |
AWSSimpleSystemsManagementAsync.startAutomationExecutionAsync(StartAutomationExecutionRequest startAutomationExecutionRequest,
AsyncHandler<StartAutomationExecutionRequest,StartAutomationExecutionResult> asyncHandler)
Initiates execution of an Automation runbook.
|
Modifier and Type | Method and Description |
---|---|
StartAutomationExecutionRequest |
StartAutomationExecutionRequest.addParametersEntry(String key,
List<String> value)
Add a single Parameters entry
|
StartAutomationExecutionRequest |
StartAutomationExecutionRequest.clearParametersEntries()
Removes all the entries added into Parameters.
|
StartAutomationExecutionRequest |
StartAutomationExecutionRequest.clone() |
StartAutomationExecutionRequest |
StartAutomationExecutionRequest.withAlarmConfiguration(AlarmConfiguration alarmConfiguration)
The CloudWatch alarm you want to apply to your automation.
|
StartAutomationExecutionRequest |
StartAutomationExecutionRequest.withClientToken(String clientToken)
User-provided idempotency token.
|
StartAutomationExecutionRequest |
StartAutomationExecutionRequest.withDocumentName(String documentName)
The name of the SSM document to run.
|
StartAutomationExecutionRequest |
StartAutomationExecutionRequest.withDocumentVersion(String documentVersion)
The version of the Automation runbook to use for this execution.
|
StartAutomationExecutionRequest |
StartAutomationExecutionRequest.withMaxConcurrency(String maxConcurrency)
The maximum number of targets allowed to run this task in parallel.
|
StartAutomationExecutionRequest |
StartAutomationExecutionRequest.withMaxErrors(String maxErrors)
The number of errors that are allowed before the system stops running the automation on additional targets.
|
StartAutomationExecutionRequest |
StartAutomationExecutionRequest.withMode(ExecutionMode mode)
The execution mode of the automation.
|
StartAutomationExecutionRequest |
StartAutomationExecutionRequest.withMode(String mode)
The execution mode of the automation.
|
StartAutomationExecutionRequest |
StartAutomationExecutionRequest.withParameters(Map<String,List<String>> parameters)
A key-value map of execution parameters, which match the declared parameters in the Automation runbook.
|
StartAutomationExecutionRequest |
StartAutomationExecutionRequest.withTags(Collection<Tag> tags)
Optional metadata that you assign to a resource.
|
StartAutomationExecutionRequest |
StartAutomationExecutionRequest.withTags(Tag... tags)
Optional metadata that you assign to a resource.
|
StartAutomationExecutionRequest |
StartAutomationExecutionRequest.withTargetLocations(Collection<TargetLocation> targetLocations)
A location is a combination of Amazon Web Services Regions and/or Amazon Web Services accounts where you want to
run the automation.
|
StartAutomationExecutionRequest |
StartAutomationExecutionRequest.withTargetLocations(TargetLocation... targetLocations)
A location is a combination of Amazon Web Services Regions and/or Amazon Web Services accounts where you want to
run the automation.
|
StartAutomationExecutionRequest |
StartAutomationExecutionRequest.withTargetMaps(Collection<Map<String,List<String>>> targetMaps)
A key-value mapping of document parameters to target resources.
|
StartAutomationExecutionRequest |
StartAutomationExecutionRequest.withTargetMaps(Map<String,List<String>>... targetMaps)
A key-value mapping of document parameters to target resources.
|
StartAutomationExecutionRequest |
StartAutomationExecutionRequest.withTargetParameterName(String targetParameterName)
The name of the parameter used as the target resource for the rate-controlled execution.
|
StartAutomationExecutionRequest |
StartAutomationExecutionRequest.withTargets(Collection<Target> targets)
A key-value mapping to target resources.
|
StartAutomationExecutionRequest |
StartAutomationExecutionRequest.withTargets(Target... targets)
A key-value mapping to target resources.
|
Copyright © 2024. All rights reserved.