| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles |
|
| software.amazon.awssdk.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
default GetCalculatedAttributeForProfileResponse |
CustomerProfilesClient.getCalculatedAttributeForProfile(Consumer<GetCalculatedAttributeForProfileRequest.Builder> getCalculatedAttributeForProfileRequest)
Retrieve a calculated attribute for a customer profile.
|
default CompletableFuture<GetCalculatedAttributeForProfileResponse> |
CustomerProfilesAsyncClient.getCalculatedAttributeForProfile(Consumer<GetCalculatedAttributeForProfileRequest.Builder> getCalculatedAttributeForProfileRequest)
Retrieve a calculated attribute for a customer profile.
|
| Modifier and Type | Method and Description |
|---|---|
static GetCalculatedAttributeForProfileRequest.Builder |
GetCalculatedAttributeForProfileRequest.builder() |
GetCalculatedAttributeForProfileRequest.Builder |
GetCalculatedAttributeForProfileRequest.Builder.calculatedAttributeName(String calculatedAttributeName)
The unique name of the calculated attribute.
|
GetCalculatedAttributeForProfileRequest.Builder |
GetCalculatedAttributeForProfileRequest.Builder.domainName(String domainName)
The unique name of the domain.
|
GetCalculatedAttributeForProfileRequest.Builder |
GetCalculatedAttributeForProfileRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetCalculatedAttributeForProfileRequest.Builder |
GetCalculatedAttributeForProfileRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetCalculatedAttributeForProfileRequest.Builder |
GetCalculatedAttributeForProfileRequest.Builder.profileId(String profileId)
The unique identifier of a customer profile.
|
GetCalculatedAttributeForProfileRequest.Builder |
GetCalculatedAttributeForProfileRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetCalculatedAttributeForProfileRequest.Builder> |
GetCalculatedAttributeForProfileRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.