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