Uses of Class
software.amazon.awssdk.services.ssm.model.DescribeAutomationStepExecutionsResponse
-
Packages that use DescribeAutomationStepExecutionsResponse 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 -
-
Uses of DescribeAutomationStepExecutionsResponse in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm that return DescribeAutomationStepExecutionsResponse Modifier and Type Method Description default DescribeAutomationStepExecutionsResponseSsmClient. describeAutomationStepExecutions(Consumer<DescribeAutomationStepExecutionsRequest.Builder> describeAutomationStepExecutionsRequest)Information about all active and terminated step executions in an Automation workflow.default DescribeAutomationStepExecutionsResponseSsmClient. describeAutomationStepExecutions(DescribeAutomationStepExecutionsRequest describeAutomationStepExecutionsRequest)Information about all active and terminated step executions in an Automation workflow.Methods in software.amazon.awssdk.services.ssm that return types with arguments of type DescribeAutomationStepExecutionsResponse Modifier and Type Method Description default CompletableFuture<DescribeAutomationStepExecutionsResponse>SsmAsyncClient. describeAutomationStepExecutions(Consumer<DescribeAutomationStepExecutionsRequest.Builder> describeAutomationStepExecutionsRequest)Information about all active and terminated step executions in an Automation workflow.default CompletableFuture<DescribeAutomationStepExecutionsResponse>SsmAsyncClient. describeAutomationStepExecutions(DescribeAutomationStepExecutionsRequest describeAutomationStepExecutionsRequest)Information about all active and terminated step executions in an Automation workflow. -
Uses of DescribeAutomationStepExecutionsResponse in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type DescribeAutomationStepExecutionsResponse Modifier and Type Method Description Iterator<DescribeAutomationStepExecutionsResponse>DescribeAutomationStepExecutionsIterable. iterator()Method parameters in software.amazon.awssdk.services.ssm.paginators with type arguments of type DescribeAutomationStepExecutionsResponse Modifier and Type Method Description voidDescribeAutomationStepExecutionsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeAutomationStepExecutionsResponse> subscriber)
-