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