| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles |
|
| software.amazon.awssdk.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
default ListCalculatedAttributesForProfileResponse |
CustomerProfilesClient.listCalculatedAttributesForProfile(Consumer<ListCalculatedAttributesForProfileRequest.Builder> listCalculatedAttributesForProfileRequest)
Retrieve a list of calculated attributes for a customer profile.
|
default CompletableFuture<ListCalculatedAttributesForProfileResponse> |
CustomerProfilesAsyncClient.listCalculatedAttributesForProfile(Consumer<ListCalculatedAttributesForProfileRequest.Builder> listCalculatedAttributesForProfileRequest)
Retrieve a list of calculated attributes for a customer profile.
|
| Modifier and Type | Method and Description |
|---|---|
static ListCalculatedAttributesForProfileRequest.Builder |
ListCalculatedAttributesForProfileRequest.builder() |
ListCalculatedAttributesForProfileRequest.Builder |
ListCalculatedAttributesForProfileRequest.Builder.domainName(String domainName)
The unique name of the domain.
|
ListCalculatedAttributesForProfileRequest.Builder |
ListCalculatedAttributesForProfileRequest.Builder.maxResults(Integer maxResults)
The maximum number of calculated attributes returned per page.
|
ListCalculatedAttributesForProfileRequest.Builder |
ListCalculatedAttributesForProfileRequest.Builder.nextToken(String nextToken)
The pagination token from the previous call to ListCalculatedAttributesForProfile.
|
ListCalculatedAttributesForProfileRequest.Builder |
ListCalculatedAttributesForProfileRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListCalculatedAttributesForProfileRequest.Builder |
ListCalculatedAttributesForProfileRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListCalculatedAttributesForProfileRequest.Builder |
ListCalculatedAttributesForProfileRequest.Builder.profileId(String profileId)
The unique identifier of a customer profile.
|
ListCalculatedAttributesForProfileRequest.Builder |
ListCalculatedAttributesForProfileRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListCalculatedAttributesForProfileRequest.Builder> |
ListCalculatedAttributesForProfileRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.