Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.ListCalculatedAttributesForProfileRequest.Builder
-
Packages that use ListCalculatedAttributesForProfileRequest.Builder Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles software.amazon.awssdk.services.customerprofiles.model -
-
Uses of ListCalculatedAttributesForProfileRequest.Builder in software.amazon.awssdk.services.customerprofiles
Method parameters in software.amazon.awssdk.services.customerprofiles with type arguments of type ListCalculatedAttributesForProfileRequest.Builder Modifier and Type Method Description default CompletableFuture<ListCalculatedAttributesForProfileResponse>CustomerProfilesAsyncClient. listCalculatedAttributesForProfile(Consumer<ListCalculatedAttributesForProfileRequest.Builder> listCalculatedAttributesForProfileRequest)Retrieve a list of calculated attributes for a customer profile.default ListCalculatedAttributesForProfileResponseCustomerProfilesClient. listCalculatedAttributesForProfile(Consumer<ListCalculatedAttributesForProfileRequest.Builder> listCalculatedAttributesForProfileRequest)Retrieve a list of calculated attributes for a customer profile. -
Uses of ListCalculatedAttributesForProfileRequest.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return ListCalculatedAttributesForProfileRequest.Builder Modifier and Type Method Description static ListCalculatedAttributesForProfileRequest.BuilderListCalculatedAttributesForProfileRequest. builder()ListCalculatedAttributesForProfileRequest.BuilderListCalculatedAttributesForProfileRequest.Builder. domainName(String domainName)The unique name of the domain.ListCalculatedAttributesForProfileRequest.BuilderListCalculatedAttributesForProfileRequest.Builder. maxResults(Integer maxResults)The maximum number of calculated attributes returned per page.ListCalculatedAttributesForProfileRequest.BuilderListCalculatedAttributesForProfileRequest.Builder. nextToken(String nextToken)The pagination token from the previous call to ListCalculatedAttributesForProfile.ListCalculatedAttributesForProfileRequest.BuilderListCalculatedAttributesForProfileRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListCalculatedAttributesForProfileRequest.BuilderListCalculatedAttributesForProfileRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListCalculatedAttributesForProfileRequest.BuilderListCalculatedAttributesForProfileRequest.Builder. profileId(String profileId)The unique identifier of a customer profile.ListCalculatedAttributesForProfileRequest.BuilderListCalculatedAttributesForProfileRequest. toBuilder()Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type ListCalculatedAttributesForProfileRequest.Builder Modifier and Type Method Description static Class<? extends ListCalculatedAttributesForProfileRequest.Builder>ListCalculatedAttributesForProfileRequest. serializableBuilderClass()
-