| 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 |
|---|---|
GetMaintenanceWindowExecutionResult |
AbstractAWSSimpleSystemsManagement.getMaintenanceWindowExecution(GetMaintenanceWindowExecutionRequest request) |
GetMaintenanceWindowExecutionResult |
AWSSimpleSystemsManagementClient.getMaintenanceWindowExecution(GetMaintenanceWindowExecutionRequest request)
Retrieves details about a specific a maintenance window execution.
|
GetMaintenanceWindowExecutionResult |
AWSSimpleSystemsManagement.getMaintenanceWindowExecution(GetMaintenanceWindowExecutionRequest getMaintenanceWindowExecutionRequest)
Retrieves details about a specific a maintenance window execution.
|
| Modifier and Type | Method and Description |
|---|---|
GetMaintenanceWindowExecutionResult |
GetMaintenanceWindowExecutionResult.clone() |
GetMaintenanceWindowExecutionResult |
GetMaintenanceWindowExecutionResult.withEndTime(Date endTime)
The time the maintenance window finished running.
|
GetMaintenanceWindowExecutionResult |
GetMaintenanceWindowExecutionResult.withStartTime(Date startTime)
The time the maintenance window started running.
|
GetMaintenanceWindowExecutionResult |
GetMaintenanceWindowExecutionResult.withStatus(MaintenanceWindowExecutionStatus status)
The status of the maintenance window execution.
|
GetMaintenanceWindowExecutionResult |
GetMaintenanceWindowExecutionResult.withStatus(String status)
The status of the maintenance window execution.
|
GetMaintenanceWindowExecutionResult |
GetMaintenanceWindowExecutionResult.withStatusDetails(String statusDetails)
The details explaining the status.
|
GetMaintenanceWindowExecutionResult |
GetMaintenanceWindowExecutionResult.withTaskIds(Collection<String> taskIds)
The ID of the task executions from the maintenance window execution.
|
GetMaintenanceWindowExecutionResult |
GetMaintenanceWindowExecutionResult.withTaskIds(String... taskIds)
The ID of the task executions from the maintenance window execution.
|
GetMaintenanceWindowExecutionResult |
GetMaintenanceWindowExecutionResult.withWindowExecutionId(String windowExecutionId)
The ID of the maintenance window execution.
|
Copyright © 2022. All rights reserved.