| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
static MatchingResponse.Builder |
MatchingResponse.builder() |
MatchingResponse.Builder |
MatchingResponse.Builder.enabled(Boolean enabled)
The flag that enables the matching process of duplicate profiles.
|
MatchingResponse.Builder |
MatchingResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MatchingResponse.Builder> |
MatchingResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetDomainResponse.Builder |
GetDomainResponse.Builder.matching(Consumer<MatchingResponse.Builder> matching)
The process of matching duplicate profiles.
|
default CreateDomainResponse.Builder |
CreateDomainResponse.Builder.matching(Consumer<MatchingResponse.Builder> matching)
The process of matching duplicate profiles.
|
default UpdateDomainResponse.Builder |
UpdateDomainResponse.Builder.matching(Consumer<MatchingResponse.Builder> matching)
The process of matching duplicate profiles.
|
Copyright © 2021. All rights reserved.