Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.GetMatchesRequest.Builder
-
Packages that use GetMatchesRequest.Builder Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles software.amazon.awssdk.services.customerprofiles.model -
-
Uses of GetMatchesRequest.Builder in software.amazon.awssdk.services.customerprofiles
Method parameters in software.amazon.awssdk.services.customerprofiles with type arguments of type GetMatchesRequest.Builder Modifier and Type Method Description default CompletableFuture<GetMatchesResponse>CustomerProfilesAsyncClient. getMatches(Consumer<GetMatchesRequest.Builder> getMatchesRequest)Before calling this API, use CreateDomain or UpdateDomain to enable identity resolution: setMatchingto true.default GetMatchesResponseCustomerProfilesClient. getMatches(Consumer<GetMatchesRequest.Builder> getMatchesRequest)Before calling this API, use CreateDomain or UpdateDomain to enable identity resolution: setMatchingto true. -
Uses of GetMatchesRequest.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return GetMatchesRequest.Builder Modifier and Type Method Description static GetMatchesRequest.BuilderGetMatchesRequest. builder()GetMatchesRequest.BuilderGetMatchesRequest.Builder. domainName(String domainName)The unique name of the domain.GetMatchesRequest.BuilderGetMatchesRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return per page.GetMatchesRequest.BuilderGetMatchesRequest.Builder. nextToken(String nextToken)The token for the next set of results.GetMatchesRequest.BuilderGetMatchesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetMatchesRequest.BuilderGetMatchesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetMatchesRequest.BuilderGetMatchesRequest. toBuilder()Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type GetMatchesRequest.Builder Modifier and Type Method Description static Class<? extends GetMatchesRequest.Builder>GetMatchesRequest. serializableBuilderClass()
-