Uses of Class
software.amazon.awssdk.services.ssm.model.InstancePropertyFilter
Packages that use InstancePropertyFilter
-
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 InstancePropertyFilterModifier and TypeMethodDescriptionfinal List<InstancePropertyFilter>DescribeInstancePropertiesRequest.instancePropertyFilterList()An array of instance property filters.Methods in software.amazon.awssdk.services.ssm.model with parameters of type InstancePropertyFilterModifier and TypeMethodDescriptionDescribeInstancePropertiesRequest.Builder.instancePropertyFilterList(InstancePropertyFilter... instancePropertyFilterList) An array of instance property filters.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type InstancePropertyFilterModifier and TypeMethodDescriptionDescribeInstancePropertiesRequest.Builder.instancePropertyFilterList(Collection<InstancePropertyFilter> instancePropertyFilterList) An array of instance property filters.