Uses of Class
software.amazon.awssdk.services.customerprofiles.model.MatchType
-
Packages that use MatchType Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of MatchType in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return MatchType Modifier and Type Method Description static MatchTypeMatchType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MatchTypeGetSimilarProfilesRequest. matchType()Specify the type of matching to get similar profiles for.MatchTypeGetSimilarProfilesResponse. matchType()Specify the type of matching to get similar profiles for.static MatchTypeMatchType. valueOf(String name)Returns the enum constant of this type with the specified name.static MatchType[]MatchType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type MatchType Modifier and Type Method Description static Set<MatchType>MatchType. knownValues()Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type MatchType Modifier and Type Method Description GetSimilarProfilesRequest.BuilderGetSimilarProfilesRequest.Builder. matchType(MatchType matchType)Specify the type of matching to get similar profiles for.GetSimilarProfilesResponse.BuilderGetSimilarProfilesResponse.Builder. matchType(MatchType matchType)Specify the type of matching to get similar profiles for.
-