Uses of Interface
software.amazon.awssdk.services.ssm.model.DescribeAutomationStepExecutionsRequest.Builder
Packages that use DescribeAutomationStepExecutionsRequest.Builder
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 DescribeAutomationStepExecutionsRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type DescribeAutomationStepExecutionsRequest.BuilderModifier and TypeMethodDescriptionSsmAsyncClient.describeAutomationStepExecutions(Consumer<DescribeAutomationStepExecutionsRequest.Builder> describeAutomationStepExecutionsRequest) Information about all active and terminated step executions in an Automation workflow.SsmClient.describeAutomationStepExecutions(Consumer<DescribeAutomationStepExecutionsRequest.Builder> describeAutomationStepExecutionsRequest) Information about all active and terminated step executions in an Automation workflow.SsmAsyncClient.describeAutomationStepExecutionsPaginator(Consumer<DescribeAutomationStepExecutionsRequest.Builder> describeAutomationStepExecutionsRequest) SsmClient.describeAutomationStepExecutionsPaginator(Consumer<DescribeAutomationStepExecutionsRequest.Builder> describeAutomationStepExecutionsRequest) This is a variant ofSsmClient.describeAutomationStepExecutions(software.amazon.awssdk.services.ssm.model.DescribeAutomationStepExecutionsRequest)operation. -
Uses of DescribeAutomationStepExecutionsRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return DescribeAutomationStepExecutionsRequest.BuilderModifier and TypeMethodDescriptionDescribeAutomationStepExecutionsRequest.Builder.automationExecutionId(String automationExecutionId) The Automation execution ID for which you want step execution descriptions.DescribeAutomationStepExecutionsRequest.builder()DescribeAutomationStepExecutionsRequest.Builder.filters(Collection<StepExecutionFilter> filters) One or more filters to limit the number of step executions returned by the request.DescribeAutomationStepExecutionsRequest.Builder.filters(Consumer<StepExecutionFilter.Builder>... filters) One or more filters to limit the number of step executions returned by the request.DescribeAutomationStepExecutionsRequest.Builder.filters(StepExecutionFilter... filters) One or more filters to limit the number of step executions returned by the request.DescribeAutomationStepExecutionsRequest.Builder.maxResults(Integer maxResults) The maximum number of items to return for this call.The token for the next set of items to return.DescribeAutomationStepExecutionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeAutomationStepExecutionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DescribeAutomationStepExecutionsRequest.Builder.reverseOrder(Boolean reverseOrder) Indicates whether to list step executions in reverse order by start time.DescribeAutomationStepExecutionsRequest.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type DescribeAutomationStepExecutionsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeAutomationStepExecutionsRequest.Builder>DescribeAutomationStepExecutionsRequest.serializableBuilderClass()