Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.MatchingRule.Builder
-
Packages that use MatchingRule.Builder Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of MatchingRule.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return MatchingRule.Builder Modifier and Type Method Description static MatchingRule.BuilderMatchingRule. builder()MatchingRule.BuilderMatchingRule.Builder. rule(String... rule)A single rule level of theMatchRules.MatchingRule.BuilderMatchingRule.Builder. rule(Collection<String> rule)A single rule level of theMatchRules.MatchingRule.BuilderMatchingRule. toBuilder()Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type MatchingRule.Builder Modifier and Type Method Description static Class<? extends MatchingRule.Builder>MatchingRule. serializableBuilderClass()
-