Uses of Class
software.amazon.awssdk.services.ssm.model.StepExecutionFilter
Packages that use StepExecutionFilter
-
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 StepExecutionFilterModifier and TypeMethodDescriptionfinal 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 StepExecutionFilterModifier and TypeMethodDescriptionDescribeAutomationStepExecutionsRequest.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 StepExecutionFilterModifier and TypeMethodDescriptionDescribeAutomationStepExecutionsRequest.Builder.filters(Collection<StepExecutionFilter> filters) One or more filters to limit the number of step executions returned by the request.