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 |
---|---|
DescribeMaintenanceWindowTasksRequest |
DescribeMaintenanceWindowTasksRequest.clone() |
DescribeMaintenanceWindowTasksRequest |
DescribeMaintenanceWindowTasksRequest.withFilters(Collection<MaintenanceWindowFilter> filters)
Optional filters used to narrow down the scope of the returned tasks.
|
DescribeMaintenanceWindowTasksRequest |
DescribeMaintenanceWindowTasksRequest.withFilters(MaintenanceWindowFilter... filters)
Optional filters used to narrow down the scope of the returned tasks.
|
DescribeMaintenanceWindowTasksRequest |
DescribeMaintenanceWindowTasksRequest.withMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
DescribeMaintenanceWindowTasksRequest |
DescribeMaintenanceWindowTasksRequest.withNextToken(String nextToken)
The token for the next set of items to return.
|
DescribeMaintenanceWindowTasksRequest |
DescribeMaintenanceWindowTasksRequest.withWindowId(String windowId)
The ID of the maintenance window whose tasks should be retrieved.
|
Copyright © 2021. All rights reserved.