| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
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.
|
| software.amazon.awssdk.services.ssm.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeMaintenanceWindowsForTargetResponse |
SsmClient.describeMaintenanceWindowsForTarget(Consumer<DescribeMaintenanceWindowsForTargetRequest.Builder> describeMaintenanceWindowsForTargetRequest)
Retrieves information about the maintenance window targets or tasks that an instance is associated with.
|
default DescribeMaintenanceWindowsForTargetResponse |
SsmClient.describeMaintenanceWindowsForTarget(DescribeMaintenanceWindowsForTargetRequest describeMaintenanceWindowsForTargetRequest)
Retrieves information about the maintenance window targets or tasks that an instance is associated with.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeMaintenanceWindowsForTargetResponse> |
SsmAsyncClient.describeMaintenanceWindowsForTarget(Consumer<DescribeMaintenanceWindowsForTargetRequest.Builder> describeMaintenanceWindowsForTargetRequest)
Retrieves information about the maintenance window targets or tasks that an instance is associated with.
|
default CompletableFuture<DescribeMaintenanceWindowsForTargetResponse> |
SsmAsyncClient.describeMaintenanceWindowsForTarget(DescribeMaintenanceWindowsForTargetRequest describeMaintenanceWindowsForTargetRequest)
Retrieves information about the maintenance window targets or tasks that an instance is associated with.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeMaintenanceWindowsForTargetResponse> |
DescribeMaintenanceWindowsForTargetIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeMaintenanceWindowsForTargetPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeMaintenanceWindowsForTargetResponse> subscriber) |
Copyright © 2021. All rights reserved.