| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
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.
|
| software.amazon.awssdk.services.ssm.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeMaintenanceWindowExecutionTasksResponse |
SsmClient.describeMaintenanceWindowExecutionTasks(Consumer<DescribeMaintenanceWindowExecutionTasksRequest.Builder> describeMaintenanceWindowExecutionTasksRequest)
For a given maintenance window execution, lists the tasks that were run.
|
default DescribeMaintenanceWindowExecutionTasksResponse |
SsmClient.describeMaintenanceWindowExecutionTasks(DescribeMaintenanceWindowExecutionTasksRequest describeMaintenanceWindowExecutionTasksRequest)
For a given maintenance window execution, lists the tasks that were run.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeMaintenanceWindowExecutionTasksResponse> |
SsmAsyncClient.describeMaintenanceWindowExecutionTasks(Consumer<DescribeMaintenanceWindowExecutionTasksRequest.Builder> describeMaintenanceWindowExecutionTasksRequest)
For a given maintenance window execution, lists the tasks that were run.
|
default CompletableFuture<DescribeMaintenanceWindowExecutionTasksResponse> |
SsmAsyncClient.describeMaintenanceWindowExecutionTasks(DescribeMaintenanceWindowExecutionTasksRequest describeMaintenanceWindowExecutionTasksRequest)
For a given maintenance window execution, lists the tasks that were run.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeMaintenanceWindowExecutionTasksResponse> |
DescribeMaintenanceWindowExecutionTasksIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeMaintenanceWindowExecutionTasksPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeMaintenanceWindowExecutionTasksResponse> subscriber) |
Copyright © 2022. All rights reserved.