Uses of Class
software.amazon.awssdk.services.ssm.model.AutomationExecutionFilter
Packages that use AutomationExecutionFilter
-
Uses of AutomationExecutionFilter in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type AutomationExecutionFilterModifier and TypeMethodDescriptionfinal List<AutomationExecutionFilter>DescribeAutomationExecutionsRequest.filters()Filters used to limit the scope of executions that are requested.Methods in software.amazon.awssdk.services.ssm.model with parameters of type AutomationExecutionFilterModifier and TypeMethodDescriptionDescribeAutomationExecutionsRequest.Builder.filters(AutomationExecutionFilter... filters) Filters used to limit the scope of executions that are requested.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type AutomationExecutionFilterModifier and TypeMethodDescriptionDescribeAutomationExecutionsRequest.Builder.filters(Collection<AutomationExecutionFilter> filters) Filters used to limit the scope of executions that are requested.