Uses of Class
software.amazon.awssdk.services.ssm.model.InstancePropertyStringFilter
Packages that use InstancePropertyStringFilter
-
Uses of InstancePropertyStringFilter in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type InstancePropertyStringFilterModifier and TypeMethodDescriptionfinal List<InstancePropertyStringFilter>DescribeInstancePropertiesRequest.filtersWithOperator()The request filters to use with the operator.Methods in software.amazon.awssdk.services.ssm.model with parameters of type InstancePropertyStringFilterModifier and TypeMethodDescriptionDescribeInstancePropertiesRequest.Builder.filtersWithOperator(InstancePropertyStringFilter... filtersWithOperator) The request filters to use with the operator.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type InstancePropertyStringFilterModifier and TypeMethodDescriptionDescribeInstancePropertiesRequest.Builder.filtersWithOperator(Collection<InstancePropertyStringFilter> filtersWithOperator) The request filters to use with the operator.