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