Uses of Class
software.amazon.awssdk.services.customerprofiles.model.ListCalculatedAttributesForProfileResponse
-
Packages that use ListCalculatedAttributesForProfileResponse Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles -
-
Uses of ListCalculatedAttributesForProfileResponse in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles that return ListCalculatedAttributesForProfileResponse Modifier and Type Method Description default ListCalculatedAttributesForProfileResponseCustomerProfilesClient. listCalculatedAttributesForProfile(Consumer<ListCalculatedAttributesForProfileRequest.Builder> listCalculatedAttributesForProfileRequest)Retrieve a list of calculated attributes for a customer profile.default ListCalculatedAttributesForProfileResponseCustomerProfilesClient. listCalculatedAttributesForProfile(ListCalculatedAttributesForProfileRequest listCalculatedAttributesForProfileRequest)Retrieve a list of calculated attributes for a customer profile.Methods in software.amazon.awssdk.services.customerprofiles that return types with arguments of type ListCalculatedAttributesForProfileResponse 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 CompletableFuture<ListCalculatedAttributesForProfileResponse>CustomerProfilesAsyncClient. listCalculatedAttributesForProfile(ListCalculatedAttributesForProfileRequest listCalculatedAttributesForProfileRequest)Retrieve a list of calculated attributes for a customer profile.
-