Uses of Class
software.amazon.awssdk.services.customerprofiles.model.AddProfileKeyRequest
-
Packages that use AddProfileKeyRequest Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles software.amazon.awssdk.services.customerprofiles.transform -
-
Uses of AddProfileKeyRequest in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles with parameters of type AddProfileKeyRequest Modifier and Type Method Description default CompletableFuture<AddProfileKeyResponse>CustomerProfilesAsyncClient. addProfileKey(AddProfileKeyRequest 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. -
Uses of AddProfileKeyRequest in software.amazon.awssdk.services.customerprofiles.transform
Methods in software.amazon.awssdk.services.customerprofiles.transform with parameters of type AddProfileKeyRequest Modifier and Type Method Description SdkHttpFullRequestAddProfileKeyRequestMarshaller. marshall(AddProfileKeyRequest addProfileKeyRequest)
-