Uses of Class
software.amazon.awssdk.services.customerprofiles.model.DeleteProfileResponse
-
Packages that use DeleteProfileResponse Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles -
-
Uses of DeleteProfileResponse in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles that return DeleteProfileResponse Modifier and Type Method Description default DeleteProfileResponseCustomerProfilesClient. deleteProfile(Consumer<DeleteProfileRequest.Builder> deleteProfileRequest)Deletes the standard customer profile and all data pertaining to the profile.default DeleteProfileResponseCustomerProfilesClient. deleteProfile(DeleteProfileRequest deleteProfileRequest)Deletes the standard customer profile and all data pertaining to the profile.Methods in software.amazon.awssdk.services.customerprofiles that return types with arguments of type DeleteProfileResponse Modifier and Type Method Description default CompletableFuture<DeleteProfileResponse>CustomerProfilesAsyncClient. deleteProfile(Consumer<DeleteProfileRequest.Builder> deleteProfileRequest)Deletes the standard customer profile and all data pertaining to the profile.default CompletableFuture<DeleteProfileResponse>CustomerProfilesAsyncClient. deleteProfile(DeleteProfileRequest deleteProfileRequest)Deletes the standard customer profile and all data pertaining to the profile.
-