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