| 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 DescribeAutomationExecutionsResponse |
SsmClient.describeAutomationExecutions()
Provides details about all active and terminated Automation executions.
|
default DescribeAutomationExecutionsResponse |
SsmClient.describeAutomationExecutions(Consumer<DescribeAutomationExecutionsRequest.Builder> describeAutomationExecutionsRequest)
Provides details about all active and terminated Automation executions.
|
default DescribeAutomationExecutionsResponse |
SsmClient.describeAutomationExecutions(DescribeAutomationExecutionsRequest describeAutomationExecutionsRequest)
Provides details about all active and terminated Automation executions.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeAutomationExecutionsResponse> |
SsmAsyncClient.describeAutomationExecutions()
Provides details about all active and terminated Automation executions.
|
default CompletableFuture<DescribeAutomationExecutionsResponse> |
SsmAsyncClient.describeAutomationExecutions(Consumer<DescribeAutomationExecutionsRequest.Builder> describeAutomationExecutionsRequest)
Provides details about all active and terminated Automation executions.
|
default CompletableFuture<DescribeAutomationExecutionsResponse> |
SsmAsyncClient.describeAutomationExecutions(DescribeAutomationExecutionsRequest describeAutomationExecutionsRequest)
Provides details about all active and terminated Automation executions.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeAutomationExecutionsResponse> |
DescribeAutomationExecutionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAutomationExecutionsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeAutomationExecutionsResponse> subscriber) |
Copyright © 2023. All rights reserved.