Uses of Class
software.amazon.awssdk.services.customerprofiles.model.ListProfileObjectsResponse
-
Packages that use ListProfileObjectsResponse Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles -
-
Uses of ListProfileObjectsResponse in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles that return ListProfileObjectsResponse Modifier and Type Method Description default ListProfileObjectsResponseCustomerProfilesClient. listProfileObjects(Consumer<ListProfileObjectsRequest.Builder> listProfileObjectsRequest)Returns a list of objects associated with a profile of a given ProfileObjectType.default ListProfileObjectsResponseCustomerProfilesClient. listProfileObjects(ListProfileObjectsRequest listProfileObjectsRequest)Returns a list of objects associated with a profile of a given ProfileObjectType.Methods in software.amazon.awssdk.services.customerprofiles that return types with arguments of type ListProfileObjectsResponse Modifier and Type Method Description default CompletableFuture<ListProfileObjectsResponse>CustomerProfilesAsyncClient. listProfileObjects(Consumer<ListProfileObjectsRequest.Builder> listProfileObjectsRequest)Returns a list of objects associated with a profile of a given ProfileObjectType.default CompletableFuture<ListProfileObjectsResponse>CustomerProfilesAsyncClient. listProfileObjects(ListProfileObjectsRequest listProfileObjectsRequest)Returns a list of objects associated with a profile of a given ProfileObjectType.
-