Uses of Class
software.amazon.awssdk.services.ssm.model.OpsItemFilter
-
Packages that use OpsItemFilter Package Description software.amazon.awssdk.services.ssm.model -
-
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 OpsItemFilter Modifier and Type Method Description List<OpsItemFilter>DescribeOpsItemsRequest. opsItemFilters()One or more filters to limit the response.Methods in software.amazon.awssdk.services.ssm.model with parameters of type OpsItemFilter Modifier and Type Method Description DescribeOpsItemsRequest.BuilderDescribeOpsItemsRequest.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 OpsItemFilter Modifier and Type Method Description DescribeOpsItemsRequest.BuilderDescribeOpsItemsRequest.Builder. opsItemFilters(Collection<OpsItemFilter> opsItemFilters)One or more filters to limit the response.
-