| 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 |
|---|---|
DescribeMaintenanceWindowExecutionTaskInvocationsRequest |
DescribeMaintenanceWindowExecutionTaskInvocationsRequest.clone() |
DescribeMaintenanceWindowExecutionTaskInvocationsRequest |
DescribeMaintenanceWindowExecutionTaskInvocationsRequest.withFilters(Collection<MaintenanceWindowFilter> filters)
Optional filters used to scope down the returned task invocations.
|
DescribeMaintenanceWindowExecutionTaskInvocationsRequest |
DescribeMaintenanceWindowExecutionTaskInvocationsRequest.withFilters(MaintenanceWindowFilter... filters)
Optional filters used to scope down the returned task invocations.
|
DescribeMaintenanceWindowExecutionTaskInvocationsRequest |
DescribeMaintenanceWindowExecutionTaskInvocationsRequest.withMaxResults(Integer maxResults)
The maximum number of items to return for this call.
|
DescribeMaintenanceWindowExecutionTaskInvocationsRequest |
DescribeMaintenanceWindowExecutionTaskInvocationsRequest.withNextToken(String nextToken)
The token for the next set of items to return.
|
DescribeMaintenanceWindowExecutionTaskInvocationsRequest |
DescribeMaintenanceWindowExecutionTaskInvocationsRequest.withTaskId(String taskId)
The ID of the specific task in the maintenance window task that should be retrieved.
|
DescribeMaintenanceWindowExecutionTaskInvocationsRequest |
DescribeMaintenanceWindowExecutionTaskInvocationsRequest.withWindowExecutionId(String windowExecutionId)
The ID of the maintenance window execution the task is part of.
|
Copyright © 2022. All rights reserved.