Uses of Class
software.amazon.awssdk.services.customerprofiles.model.ListObjectTypeAttributesRequest
-
Packages that use ListObjectTypeAttributesRequest Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles software.amazon.awssdk.services.customerprofiles.paginators software.amazon.awssdk.services.customerprofiles.transform -
-
Uses of ListObjectTypeAttributesRequest in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles with parameters of type ListObjectTypeAttributesRequest Modifier and Type Method Description default CompletableFuture<ListObjectTypeAttributesResponse>CustomerProfilesAsyncClient. listObjectTypeAttributes(ListObjectTypeAttributesRequest listObjectTypeAttributesRequest)Fetch the possible attribute values given the attribute name.default ListObjectTypeAttributesResponseCustomerProfilesClient. listObjectTypeAttributes(ListObjectTypeAttributesRequest listObjectTypeAttributesRequest)Fetch the possible attribute values given the attribute name.default ListObjectTypeAttributesPublisherCustomerProfilesAsyncClient. listObjectTypeAttributesPaginator(ListObjectTypeAttributesRequest listObjectTypeAttributesRequest)default ListObjectTypeAttributesIterableCustomerProfilesClient. listObjectTypeAttributesPaginator(ListObjectTypeAttributesRequest listObjectTypeAttributesRequest) -
Uses of ListObjectTypeAttributesRequest in software.amazon.awssdk.services.customerprofiles.paginators
Constructors in software.amazon.awssdk.services.customerprofiles.paginators with parameters of type ListObjectTypeAttributesRequest Constructor Description ListObjectTypeAttributesIterable(CustomerProfilesClient client, ListObjectTypeAttributesRequest firstRequest)ListObjectTypeAttributesPublisher(CustomerProfilesAsyncClient client, ListObjectTypeAttributesRequest firstRequest) -
Uses of ListObjectTypeAttributesRequest in software.amazon.awssdk.services.customerprofiles.transform
Methods in software.amazon.awssdk.services.customerprofiles.transform with parameters of type ListObjectTypeAttributesRequest Modifier and Type Method Description SdkHttpFullRequestListObjectTypeAttributesRequestMarshaller. marshall(ListObjectTypeAttributesRequest listObjectTypeAttributesRequest)
-