Uses of Class
software.amazon.awssdk.services.customerprofiles.model.ListCalculatedAttributeDefinitionsResponse
-
Packages that use ListCalculatedAttributeDefinitionsResponse Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles -
-
Uses of ListCalculatedAttributeDefinitionsResponse in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles that return ListCalculatedAttributeDefinitionsResponse Modifier and Type Method Description default ListCalculatedAttributeDefinitionsResponseCustomerProfilesClient. listCalculatedAttributeDefinitions(Consumer<ListCalculatedAttributeDefinitionsRequest.Builder> listCalculatedAttributeDefinitionsRequest)Lists calculated attribute definitions for Customer Profilesdefault ListCalculatedAttributeDefinitionsResponseCustomerProfilesClient. listCalculatedAttributeDefinitions(ListCalculatedAttributeDefinitionsRequest listCalculatedAttributeDefinitionsRequest)Lists calculated attribute definitions for Customer ProfilesMethods in software.amazon.awssdk.services.customerprofiles that return types with arguments of type ListCalculatedAttributeDefinitionsResponse Modifier and Type Method Description default CompletableFuture<ListCalculatedAttributeDefinitionsResponse>CustomerProfilesAsyncClient. listCalculatedAttributeDefinitions(Consumer<ListCalculatedAttributeDefinitionsRequest.Builder> listCalculatedAttributeDefinitionsRequest)Lists calculated attribute definitions for Customer Profilesdefault CompletableFuture<ListCalculatedAttributeDefinitionsResponse>CustomerProfilesAsyncClient. listCalculatedAttributeDefinitions(ListCalculatedAttributeDefinitionsRequest listCalculatedAttributeDefinitionsRequest)Lists calculated attribute definitions for Customer Profiles
-