Uses of Interface
software.amazon.awssdk.services.ssm.model.ComplianceStringFilter.Builder
Packages that use ComplianceStringFilter.Builder
-
Uses of ComplianceStringFilter.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ComplianceStringFilter.BuilderModifier and TypeMethodDescriptionComplianceStringFilter.builder()The name of the filter.ComplianceStringFilter.toBuilder()The type of comparison that should be performed for the value: Equal, NotEqual, BeginWith, LessThan, or GreaterThan.ComplianceStringFilter.Builder.type(ComplianceQueryOperatorType type) The type of comparison that should be performed for the value: Equal, NotEqual, BeginWith, LessThan, or GreaterThan.The value for which to search.ComplianceStringFilter.Builder.values(Collection<String> values) The value for which to search.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type ComplianceStringFilter.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ComplianceStringFilter.Builder>ComplianceStringFilter.serializableBuilderClass()