| 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 |
|---|---|
DescribeMaintenanceWindowScheduleResult |
AbstractAWSSimpleSystemsManagement.describeMaintenanceWindowSchedule(DescribeMaintenanceWindowScheduleRequest request) |
DescribeMaintenanceWindowScheduleResult |
AWSSimpleSystemsManagementClient.describeMaintenanceWindowSchedule(DescribeMaintenanceWindowScheduleRequest request)
Retrieves information about upcoming executions of a maintenance window.
|
DescribeMaintenanceWindowScheduleResult |
AWSSimpleSystemsManagement.describeMaintenanceWindowSchedule(DescribeMaintenanceWindowScheduleRequest describeMaintenanceWindowScheduleRequest)
Retrieves information about upcoming executions of a maintenance window.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeMaintenanceWindowScheduleResult |
DescribeMaintenanceWindowScheduleResult.clone() |
DescribeMaintenanceWindowScheduleResult |
DescribeMaintenanceWindowScheduleResult.withNextToken(String nextToken)
The token for the next set of items to return.
|
DescribeMaintenanceWindowScheduleResult |
DescribeMaintenanceWindowScheduleResult.withScheduledWindowExecutions(Collection<ScheduledWindowExecution> scheduledWindowExecutions)
Information about maintenance window executions scheduled for the specified time range.
|
DescribeMaintenanceWindowScheduleResult |
DescribeMaintenanceWindowScheduleResult.withScheduledWindowExecutions(ScheduledWindowExecution... scheduledWindowExecutions)
Information about maintenance window executions scheduled for the specified time range.
|
Copyright © 2022. All rights reserved.