Uses of Class
software.amazon.awssdk.services.ssm.model.StepExecutionFilter
-
Packages that use StepExecutionFilter Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of StepExecutionFilter in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type StepExecutionFilter Modifier and Type Method Description List<StepExecutionFilter>DescribeAutomationStepExecutionsRequest. filters()One or more filters to limit the number of step executions returned by the request.Methods in software.amazon.awssdk.services.ssm.model with parameters of type StepExecutionFilter Modifier and Type Method Description DescribeAutomationStepExecutionsRequest.BuilderDescribeAutomationStepExecutionsRequest.Builder. filters(StepExecutionFilter... filters)One or more filters to limit the number of step executions returned by the request.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type StepExecutionFilter Modifier and Type Method Description DescribeAutomationStepExecutionsRequest.BuilderDescribeAutomationStepExecutionsRequest.Builder. filters(Collection<StepExecutionFilter> filters)One or more filters to limit the number of step executions returned by the request.
-