Uses of Class
software.amazon.awssdk.services.customerprofiles.model.ListProfileObjectsRequest
-
Packages that use ListProfileObjectsRequest Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles software.amazon.awssdk.services.customerprofiles.transform -
-
Uses of ListProfileObjectsRequest in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles with parameters of type ListProfileObjectsRequest Modifier and Type Method Description default CompletableFuture<ListProfileObjectsResponse>CustomerProfilesAsyncClient. listProfileObjects(ListProfileObjectsRequest 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. -
Uses of ListProfileObjectsRequest in software.amazon.awssdk.services.customerprofiles.transform
Methods in software.amazon.awssdk.services.customerprofiles.transform with parameters of type ListProfileObjectsRequest Modifier and Type Method Description SdkHttpFullRequestListProfileObjectsRequestMarshaller. marshall(ListProfileObjectsRequest listProfileObjectsRequest)
-