Uses of Class
software.amazon.awssdk.services.customerprofiles.model.DeleteProfileKeyRequest
-
Packages that use DeleteProfileKeyRequest Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles software.amazon.awssdk.services.customerprofiles.transform -
-
Uses of DeleteProfileKeyRequest in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles with parameters of type DeleteProfileKeyRequest Modifier and Type Method Description default CompletableFuture<DeleteProfileKeyResponse>CustomerProfilesAsyncClient. deleteProfileKey(DeleteProfileKeyRequest deleteProfileKeyRequest)Removes a searchable key from a customer profile.default DeleteProfileKeyResponseCustomerProfilesClient. deleteProfileKey(DeleteProfileKeyRequest deleteProfileKeyRequest)Removes a searchable key from a customer profile. -
Uses of DeleteProfileKeyRequest in software.amazon.awssdk.services.customerprofiles.transform
Methods in software.amazon.awssdk.services.customerprofiles.transform with parameters of type DeleteProfileKeyRequest Modifier and Type Method Description SdkHttpFullRequestDeleteProfileKeyRequestMarshaller. marshall(DeleteProfileKeyRequest deleteProfileKeyRequest)
-