Uses of Class
software.amazon.awssdk.services.ssm.model.InstancePropertyStringFilter
-
Packages that use InstancePropertyStringFilter Package Description software.amazon.awssdk.services.ssm.model -
-
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 InstancePropertyStringFilter Modifier and Type Method Description List<InstancePropertyStringFilter>DescribeInstancePropertiesRequest. filtersWithOperator()The request filters to use with the operator.Methods in software.amazon.awssdk.services.ssm.model with parameters of type InstancePropertyStringFilter Modifier and Type Method Description DescribeInstancePropertiesRequest.BuilderDescribeInstancePropertiesRequest.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 InstancePropertyStringFilter Modifier and Type Method Description DescribeInstancePropertiesRequest.BuilderDescribeInstancePropertiesRequest.Builder. filtersWithOperator(Collection<InstancePropertyStringFilter> filtersWithOperator)The request filters to use with the operator.
-