Uses of Class
software.amazon.awssdk.services.ssm.model.InstancePatchStateFilter
-
Packages that use InstancePatchStateFilter Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of InstancePatchStateFilter in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type InstancePatchStateFilter Modifier and Type Method Description List<InstancePatchStateFilter>DescribeInstancePatchStatesForPatchGroupRequest. filters()Each entry in the array is a structure containing:Methods in software.amazon.awssdk.services.ssm.model with parameters of type InstancePatchStateFilter Modifier and Type Method Description DescribeInstancePatchStatesForPatchGroupRequest.BuilderDescribeInstancePatchStatesForPatchGroupRequest.Builder. filters(InstancePatchStateFilter... filters)Each entry in the array is a structure containing:Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type InstancePatchStateFilter Modifier and Type Method Description DescribeInstancePatchStatesForPatchGroupRequest.BuilderDescribeInstancePatchStatesForPatchGroupRequest.Builder. filters(Collection<InstancePatchStateFilter> filters)Each entry in the array is a structure containing:
-