Uses of Class
software.amazon.awssdk.services.customerprofiles.model.DeleteDomainResponse
-
Packages that use DeleteDomainResponse Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles -
-
Uses of DeleteDomainResponse in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles that return DeleteDomainResponse Modifier and Type Method Description default DeleteDomainResponseCustomerProfilesClient. deleteDomain(Consumer<DeleteDomainRequest.Builder> deleteDomainRequest)Deletes a specific domain and all of its customer data, such as customer profile attributes and their related objects.default DeleteDomainResponseCustomerProfilesClient. deleteDomain(DeleteDomainRequest deleteDomainRequest)Deletes a specific domain and all of its customer data, such as customer profile attributes and their related objects.Methods in software.amazon.awssdk.services.customerprofiles that return types with arguments of type DeleteDomainResponse Modifier and Type Method Description default CompletableFuture<DeleteDomainResponse>CustomerProfilesAsyncClient. deleteDomain(Consumer<DeleteDomainRequest.Builder> deleteDomainRequest)Deletes a specific domain and all of its customer data, such as customer profile attributes and their related objects.default CompletableFuture<DeleteDomainResponse>CustomerProfilesAsyncClient. deleteDomain(DeleteDomainRequest deleteDomainRequest)Deletes a specific domain and all of its customer data, such as customer profile attributes and their related objects.
-