Uses of Class
software.amazon.awssdk.services.customerprofiles.model.DeleteDomainRequest
-
Packages that use DeleteDomainRequest Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles software.amazon.awssdk.services.customerprofiles.transform -
-
Uses of DeleteDomainRequest in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles with parameters of type DeleteDomainRequest Modifier and Type Method Description 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.default DeleteDomainResponseCustomerProfilesClient. deleteDomain(DeleteDomainRequest deleteDomainRequest)Deletes a specific domain and all of its customer data, such as customer profile attributes and their related objects. -
Uses of DeleteDomainRequest in software.amazon.awssdk.services.customerprofiles.transform
Methods in software.amazon.awssdk.services.customerprofiles.transform with parameters of type DeleteDomainRequest Modifier and Type Method Description SdkHttpFullRequestDeleteDomainRequestMarshaller. marshall(DeleteDomainRequest deleteDomainRequest)
-