Uses of Class
software.amazon.awssdk.services.ssm.model.OpsItemFilter
Packages that use OpsItemFilter
-
Uses of OpsItemFilter in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type OpsItemFilterModifier and TypeMethodDescriptionfinal List<OpsItemFilter>DescribeOpsItemsRequest.opsItemFilters()One or more filters to limit the response.Methods in software.amazon.awssdk.services.ssm.model with parameters of type OpsItemFilterModifier and TypeMethodDescriptionDescribeOpsItemsRequest.Builder.opsItemFilters(OpsItemFilter... opsItemFilters) One or more filters to limit the response.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type OpsItemFilterModifier and TypeMethodDescriptionDescribeOpsItemsRequest.Builder.opsItemFilters(Collection<OpsItemFilter> opsItemFilters) One or more filters to limit the response.