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 |
---|---|
GetMaintenanceWindowExecutionTaskResult |
AWSSimpleSystemsManagementClient.getMaintenanceWindowExecutionTask(GetMaintenanceWindowExecutionTaskRequest request)
Retrieves the details about a specific task run as part of a maintenance window execution.
|
GetMaintenanceWindowExecutionTaskResult |
AWSSimpleSystemsManagement.getMaintenanceWindowExecutionTask(GetMaintenanceWindowExecutionTaskRequest getMaintenanceWindowExecutionTaskRequest)
Retrieves the details about a specific task run as part of a maintenance window execution.
|
GetMaintenanceWindowExecutionTaskResult |
AbstractAWSSimpleSystemsManagement.getMaintenanceWindowExecutionTask(GetMaintenanceWindowExecutionTaskRequest request) |
Modifier and Type | Method and Description |
---|---|
GetMaintenanceWindowExecutionTaskResult |
GetMaintenanceWindowExecutionTaskResult.clone() |
GetMaintenanceWindowExecutionTaskResult |
GetMaintenanceWindowExecutionTaskResult.withAlarmConfiguration(AlarmConfiguration alarmConfiguration)
The details for the CloudWatch alarm you applied to your maintenance window task.
|
GetMaintenanceWindowExecutionTaskResult |
GetMaintenanceWindowExecutionTaskResult.withEndTime(Date endTime)
The time the task execution completed.
|
GetMaintenanceWindowExecutionTaskResult |
GetMaintenanceWindowExecutionTaskResult.withMaxConcurrency(String maxConcurrency)
The defined maximum number of task executions that could be run in parallel.
|
GetMaintenanceWindowExecutionTaskResult |
GetMaintenanceWindowExecutionTaskResult.withMaxErrors(String maxErrors)
The defined maximum number of task execution errors allowed before scheduling of the task execution would have
been stopped.
|
GetMaintenanceWindowExecutionTaskResult |
GetMaintenanceWindowExecutionTaskResult.withPriority(Integer priority)
The priority of the task.
|
GetMaintenanceWindowExecutionTaskResult |
GetMaintenanceWindowExecutionTaskResult.withServiceRole(String serviceRole)
The role that was assumed when running the task.
|
GetMaintenanceWindowExecutionTaskResult |
GetMaintenanceWindowExecutionTaskResult.withStartTime(Date startTime)
The time the task execution started.
|
GetMaintenanceWindowExecutionTaskResult |
GetMaintenanceWindowExecutionTaskResult.withStatus(MaintenanceWindowExecutionStatus status)
The status of the task.
|
GetMaintenanceWindowExecutionTaskResult |
GetMaintenanceWindowExecutionTaskResult.withStatus(String status)
The status of the task.
|
GetMaintenanceWindowExecutionTaskResult |
GetMaintenanceWindowExecutionTaskResult.withStatusDetails(String statusDetails)
The details explaining the status.
|
GetMaintenanceWindowExecutionTaskResult |
GetMaintenanceWindowExecutionTaskResult.withTaskArn(String taskArn)
The Amazon Resource Name (ARN) of the task that ran.
|
GetMaintenanceWindowExecutionTaskResult |
GetMaintenanceWindowExecutionTaskResult.withTaskExecutionId(String taskExecutionId)
The ID of the specific task execution in the maintenance window task that was retrieved.
|
GetMaintenanceWindowExecutionTaskResult |
GetMaintenanceWindowExecutionTaskResult.withTaskParameters(Collection<Map<String,MaintenanceWindowTaskParameterValueExpression>> taskParameters)
The parameters passed to the task when it was run.
|
GetMaintenanceWindowExecutionTaskResult |
GetMaintenanceWindowExecutionTaskResult.withTaskParameters(Map<String,MaintenanceWindowTaskParameterValueExpression>... taskParameters)
The parameters passed to the task when it was run.
|
GetMaintenanceWindowExecutionTaskResult |
GetMaintenanceWindowExecutionTaskResult.withTriggeredAlarms(AlarmStateInformation... triggeredAlarms)
The CloudWatch alarms that were invoked by the maintenance window task.
|
GetMaintenanceWindowExecutionTaskResult |
GetMaintenanceWindowExecutionTaskResult.withTriggeredAlarms(Collection<AlarmStateInformation> triggeredAlarms)
The CloudWatch alarms that were invoked by the maintenance window task.
|
GetMaintenanceWindowExecutionTaskResult |
GetMaintenanceWindowExecutionTaskResult.withType(MaintenanceWindowTaskType type)
The type of task that was run.
|
GetMaintenanceWindowExecutionTaskResult |
GetMaintenanceWindowExecutionTaskResult.withType(String type)
The type of task that was run.
|
GetMaintenanceWindowExecutionTaskResult |
GetMaintenanceWindowExecutionTaskResult.withWindowExecutionId(String windowExecutionId)
The ID of the maintenance window execution that includes the task.
|
Copyright © 2023. All rights reserved.