Uses of Class
software.amazon.awssdk.services.customerprofiles.model.GetCalculatedAttributeForProfileResponse
-
Packages that use GetCalculatedAttributeForProfileResponse Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles -
-
Uses of GetCalculatedAttributeForProfileResponse in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles that return GetCalculatedAttributeForProfileResponse Modifier and Type Method Description default GetCalculatedAttributeForProfileResponseCustomerProfilesClient. getCalculatedAttributeForProfile(Consumer<GetCalculatedAttributeForProfileRequest.Builder> getCalculatedAttributeForProfileRequest)Retrieve a calculated attribute for a customer profile.default GetCalculatedAttributeForProfileResponseCustomerProfilesClient. getCalculatedAttributeForProfile(GetCalculatedAttributeForProfileRequest getCalculatedAttributeForProfileRequest)Retrieve a calculated attribute for a customer profile.Methods in software.amazon.awssdk.services.customerprofiles that return types with arguments of type GetCalculatedAttributeForProfileResponse Modifier and Type Method Description default CompletableFuture<GetCalculatedAttributeForProfileResponse>CustomerProfilesAsyncClient. getCalculatedAttributeForProfile(Consumer<GetCalculatedAttributeForProfileRequest.Builder> getCalculatedAttributeForProfileRequest)Retrieve a calculated attribute for a customer profile.default CompletableFuture<GetCalculatedAttributeForProfileResponse>CustomerProfilesAsyncClient. getCalculatedAttributeForProfile(GetCalculatedAttributeForProfileRequest getCalculatedAttributeForProfileRequest)Retrieve a calculated attribute for a customer profile.
-