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