Uses of Class
software.amazon.awssdk.services.customerprofiles.model.ListCalculatedAttributesForProfileRequest
-
Packages that use ListCalculatedAttributesForProfileRequest Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles software.amazon.awssdk.services.customerprofiles.transform -
-
Uses of ListCalculatedAttributesForProfileRequest in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles with parameters of type ListCalculatedAttributesForProfileRequest Modifier and Type Method Description default CompletableFuture<ListCalculatedAttributesForProfileResponse>CustomerProfilesAsyncClient. listCalculatedAttributesForProfile(ListCalculatedAttributesForProfileRequest 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. -
Uses of ListCalculatedAttributesForProfileRequest in software.amazon.awssdk.services.customerprofiles.transform
Methods in software.amazon.awssdk.services.customerprofiles.transform with parameters of type ListCalculatedAttributesForProfileRequest Modifier and Type Method Description SdkHttpFullRequestListCalculatedAttributesForProfileRequestMarshaller. marshall(ListCalculatedAttributesForProfileRequest listCalculatedAttributesForProfileRequest)
-