Uses of Class
software.amazon.awssdk.services.customerprofiles.model.AddProfileKeyResponse
-
Packages that use AddProfileKeyResponse Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles -
-
Uses of AddProfileKeyResponse in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles that return AddProfileKeyResponse Modifier and Type Method Description default AddProfileKeyResponseCustomerProfilesClient. addProfileKey(Consumer<AddProfileKeyRequest.Builder> addProfileKeyRequest)Associates a new key value with a specific profile, such as a Contact Record ContactId.default AddProfileKeyResponseCustomerProfilesClient. addProfileKey(AddProfileKeyRequest addProfileKeyRequest)Associates a new key value with a specific profile, such as a Contact Record ContactId.Methods in software.amazon.awssdk.services.customerprofiles that return types with arguments of type AddProfileKeyResponse Modifier and Type Method Description default CompletableFuture<AddProfileKeyResponse>CustomerProfilesAsyncClient. addProfileKey(Consumer<AddProfileKeyRequest.Builder> addProfileKeyRequest)Associates a new key value with a specific profile, such as a Contact Record ContactId.default CompletableFuture<AddProfileKeyResponse>CustomerProfilesAsyncClient. addProfileKey(AddProfileKeyRequest addProfileKeyRequest)Associates a new key value with a specific profile, such as a Contact Record ContactId.
-