Uses of Class
software.amazon.awssdk.services.customerprofiles.model.UpdateProfileResponse
-
Packages that use UpdateProfileResponse Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles -
-
Uses of UpdateProfileResponse in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles that return UpdateProfileResponse Modifier and Type Method Description default UpdateProfileResponseCustomerProfilesClient. updateProfile(Consumer<UpdateProfileRequest.Builder> updateProfileRequest)Updates the properties of a profile.default UpdateProfileResponseCustomerProfilesClient. updateProfile(UpdateProfileRequest updateProfileRequest)Updates the properties of a profile.Methods in software.amazon.awssdk.services.customerprofiles that return types with arguments of type UpdateProfileResponse Modifier and Type Method Description default CompletableFuture<UpdateProfileResponse>CustomerProfilesAsyncClient. updateProfile(Consumer<UpdateProfileRequest.Builder> updateProfileRequest)Updates the properties of a profile.default CompletableFuture<UpdateProfileResponse>CustomerProfilesAsyncClient. updateProfile(UpdateProfileRequest updateProfileRequest)Updates the properties of a profile.
-