Uses of Class
software.amazon.awssdk.services.customerprofiles.model.PutProfileObjectResponse
-
Packages that use PutProfileObjectResponse Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles -
-
Uses of PutProfileObjectResponse in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles that return PutProfileObjectResponse Modifier and Type Method Description default PutProfileObjectResponseCustomerProfilesClient. putProfileObject(Consumer<PutProfileObjectRequest.Builder> 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.Methods in software.amazon.awssdk.services.customerprofiles that return types with arguments of type PutProfileObjectResponse Modifier and Type Method Description default CompletableFuture<PutProfileObjectResponse>CustomerProfilesAsyncClient. putProfileObject(Consumer<PutProfileObjectRequest.Builder> putProfileObjectRequest)Adds additional objects to customer profiles of a given ObjectType.default CompletableFuture<PutProfileObjectResponse>CustomerProfilesAsyncClient. putProfileObject(PutProfileObjectRequest putProfileObjectRequest)Adds additional objects to customer profiles of a given ObjectType.
-