Uses of Class
software.amazon.awssdk.services.ssm.model.InstancePropertyFilter
-
Packages that use InstancePropertyFilter Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of InstancePropertyFilter in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type InstancePropertyFilter Modifier and Type Method Description List<InstancePropertyFilter>DescribeInstancePropertiesRequest. instancePropertyFilterList()An array of instance property filters.Methods in software.amazon.awssdk.services.ssm.model with parameters of type InstancePropertyFilter Modifier and Type Method Description DescribeInstancePropertiesRequest.BuilderDescribeInstancePropertiesRequest.Builder. instancePropertyFilterList(InstancePropertyFilter... instancePropertyFilterList)An array of instance property filters.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type InstancePropertyFilter Modifier and Type Method Description DescribeInstancePropertiesRequest.BuilderDescribeInstancePropertiesRequest.Builder. instancePropertyFilterList(Collection<InstancePropertyFilter> instancePropertyFilterList)An array of instance property filters.
-