Uses of Class
software.amazon.awssdk.services.customerprofiles.model.PutProfileObjectRequest
-
Packages that use PutProfileObjectRequest Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles software.amazon.awssdk.services.customerprofiles.transform -
-
Uses of PutProfileObjectRequest in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles with parameters of type PutProfileObjectRequest Modifier and Type Method Description default CompletableFuture<PutProfileObjectResponse>CustomerProfilesAsyncClient. putProfileObject(PutProfileObjectRequest putProfileObjectRequest)Adds additional objects to customer profiles of a given ObjectType.default PutProfileObjectResponseCustomerProfilesClient. putProfileObject(PutProfileObjectRequest putProfileObjectRequest)Adds additional objects to customer profiles of a given ObjectType. -
Uses of PutProfileObjectRequest in software.amazon.awssdk.services.customerprofiles.transform
Methods in software.amazon.awssdk.services.customerprofiles.transform with parameters of type PutProfileObjectRequest Modifier and Type Method Description SdkHttpFullRequestPutProfileObjectRequestMarshaller. marshall(PutProfileObjectRequest putProfileObjectRequest)
-