Uses of Class
software.amazon.awssdk.services.ssm.model.AutomationExecutionNotFoundException
Packages that use AutomationExecutionNotFoundException
Package
Description
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.
-
Uses of AutomationExecutionNotFoundException in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm that throw AutomationExecutionNotFoundExceptionModifier and TypeMethodDescriptionSsmClient.describeAutomationStepExecutions(Consumer<DescribeAutomationStepExecutionsRequest.Builder> describeAutomationStepExecutionsRequest) Information about all active and terminated step executions in an Automation workflow.SsmClient.describeAutomationStepExecutions(DescribeAutomationStepExecutionsRequest describeAutomationStepExecutionsRequest) Information about all active and terminated step executions in an Automation workflow.SsmClient.describeAutomationStepExecutionsPaginator(Consumer<DescribeAutomationStepExecutionsRequest.Builder> describeAutomationStepExecutionsRequest) This is a variant ofSsmClient.describeAutomationStepExecutions(software.amazon.awssdk.services.ssm.model.DescribeAutomationStepExecutionsRequest)operation.SsmClient.describeAutomationStepExecutionsPaginator(DescribeAutomationStepExecutionsRequest describeAutomationStepExecutionsRequest) This is a variant ofSsmClient.describeAutomationStepExecutions(software.amazon.awssdk.services.ssm.model.DescribeAutomationStepExecutionsRequest)operation.default GetAutomationExecutionResponseSsmClient.getAutomationExecution(Consumer<GetAutomationExecutionRequest.Builder> getAutomationExecutionRequest) Get detailed information about a particular Automation execution.default GetAutomationExecutionResponseSsmClient.getAutomationExecution(GetAutomationExecutionRequest getAutomationExecutionRequest) Get detailed information about a particular Automation execution.default SendAutomationSignalResponseSsmClient.sendAutomationSignal(Consumer<SendAutomationSignalRequest.Builder> sendAutomationSignalRequest) Sends a signal to an Automation execution to change the current behavior or status of the execution.default SendAutomationSignalResponseSsmClient.sendAutomationSignal(SendAutomationSignalRequest sendAutomationSignalRequest) Sends a signal to an Automation execution to change the current behavior or status of the execution.default StopAutomationExecutionResponseSsmClient.stopAutomationExecution(Consumer<StopAutomationExecutionRequest.Builder> stopAutomationExecutionRequest) Stop an Automation that is currently running.default StopAutomationExecutionResponseSsmClient.stopAutomationExecution(StopAutomationExecutionRequest stopAutomationExecutionRequest) Stop an Automation that is currently running.