Uses of Class
software.amazon.awssdk.services.customerprofiles.model.BatchGetCalculatedAttributeForProfileResponse
-
Packages that use BatchGetCalculatedAttributeForProfileResponse Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles -
-
Uses of BatchGetCalculatedAttributeForProfileResponse in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles that return BatchGetCalculatedAttributeForProfileResponse Modifier and Type Method Description default BatchGetCalculatedAttributeForProfileResponseCustomerProfilesClient. batchGetCalculatedAttributeForProfile(Consumer<BatchGetCalculatedAttributeForProfileRequest.Builder> batchGetCalculatedAttributeForProfileRequest)Fetch the possible attribute values given the attribute name.default BatchGetCalculatedAttributeForProfileResponseCustomerProfilesClient. batchGetCalculatedAttributeForProfile(BatchGetCalculatedAttributeForProfileRequest batchGetCalculatedAttributeForProfileRequest)Fetch the possible attribute values given the attribute name.Methods in software.amazon.awssdk.services.customerprofiles that return types with arguments of type BatchGetCalculatedAttributeForProfileResponse Modifier and Type Method Description default CompletableFuture<BatchGetCalculatedAttributeForProfileResponse>CustomerProfilesAsyncClient. batchGetCalculatedAttributeForProfile(Consumer<BatchGetCalculatedAttributeForProfileRequest.Builder> batchGetCalculatedAttributeForProfileRequest)Fetch the possible attribute values given the attribute name.default CompletableFuture<BatchGetCalculatedAttributeForProfileResponse>CustomerProfilesAsyncClient. batchGetCalculatedAttributeForProfile(BatchGetCalculatedAttributeForProfileRequest batchGetCalculatedAttributeForProfileRequest)Fetch the possible attribute values given the attribute name.
-