| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
Amazon Web Services Systems Manager is a collection of capabilities that helps you automate management tasks such as
collecting system inventory, applying operating system (OS) patches, automating the creation of Amazon Machine Images
(AMIs), and configuring operating systems (OSs) and applications at scale.
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
RegisterTaskWithMaintenanceWindowRequest |
RegisterTaskWithMaintenanceWindowRequest.addTaskParametersEntry(String key,
MaintenanceWindowTaskParameterValueExpression value)
Add a single TaskParameters entry
|
RegisterTaskWithMaintenanceWindowRequest |
RegisterTaskWithMaintenanceWindowRequest.clearTaskParametersEntries()
Removes all the entries added into TaskParameters.
|
RegisterTaskWithMaintenanceWindowRequest |
RegisterTaskWithMaintenanceWindowRequest.clone() |
RegisterTaskWithMaintenanceWindowRequest |
RegisterTaskWithMaintenanceWindowRequest.withClientToken(String clientToken)
User-provided idempotency token.
|
RegisterTaskWithMaintenanceWindowRequest |
RegisterTaskWithMaintenanceWindowRequest.withDescription(String description)
An optional description for the task.
|
RegisterTaskWithMaintenanceWindowRequest |
RegisterTaskWithMaintenanceWindowRequest.withLoggingInfo(LoggingInfo loggingInfo)
A structure containing information about an Amazon Simple Storage Service (Amazon S3) bucket to write
instance-level logs to.
|
RegisterTaskWithMaintenanceWindowRequest |
RegisterTaskWithMaintenanceWindowRequest.withMaxConcurrency(String maxConcurrency)
The maximum number of targets this task can be run for in parallel.
|
RegisterTaskWithMaintenanceWindowRequest |
RegisterTaskWithMaintenanceWindowRequest.withMaxErrors(String maxErrors)
The maximum number of errors allowed before this task stops being scheduled.
|
RegisterTaskWithMaintenanceWindowRequest |
RegisterTaskWithMaintenanceWindowRequest.withName(String name)
An optional name for the task.
|
RegisterTaskWithMaintenanceWindowRequest |
RegisterTaskWithMaintenanceWindowRequest.withPriority(Integer priority)
The priority of the task in the maintenance window, the lower the number the higher the priority.
|
RegisterTaskWithMaintenanceWindowRequest |
RegisterTaskWithMaintenanceWindowRequest.withServiceRoleArn(String serviceRoleArn)
The Amazon Resource Name (ARN) of the IAM service role for Amazon Web Services Systems Manager to assume when
running a maintenance window task.
|
RegisterTaskWithMaintenanceWindowRequest |
RegisterTaskWithMaintenanceWindowRequest.withTargets(Collection<Target> targets)
The targets (either instances or maintenance window targets).
|
RegisterTaskWithMaintenanceWindowRequest |
RegisterTaskWithMaintenanceWindowRequest.withTargets(Target... targets)
The targets (either instances or maintenance window targets).
|
RegisterTaskWithMaintenanceWindowRequest |
RegisterTaskWithMaintenanceWindowRequest.withTaskArn(String taskArn)
The ARN of the task to run.
|
RegisterTaskWithMaintenanceWindowRequest |
RegisterTaskWithMaintenanceWindowRequest.withTaskInvocationParameters(MaintenanceWindowTaskInvocationParameters taskInvocationParameters)
The parameters that the task should use during execution.
|
RegisterTaskWithMaintenanceWindowRequest |
RegisterTaskWithMaintenanceWindowRequest.withTaskParameters(Map<String,MaintenanceWindowTaskParameterValueExpression> taskParameters)
The parameters that should be passed to the task when it is run.
|
RegisterTaskWithMaintenanceWindowRequest |
RegisterTaskWithMaintenanceWindowRequest.withTaskType(MaintenanceWindowTaskType taskType)
The type of task being registered.
|
RegisterTaskWithMaintenanceWindowRequest |
RegisterTaskWithMaintenanceWindowRequest.withTaskType(String taskType)
The type of task being registered.
|
RegisterTaskWithMaintenanceWindowRequest |
RegisterTaskWithMaintenanceWindowRequest.withWindowId(String windowId)
The ID of the maintenance window the task should be added to.
|
Copyright © 2021. All rights reserved.