Uses of Class
software.amazon.awssdk.services.customerprofiles.model.UpdateDomainResponse
-
Packages that use UpdateDomainResponse Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles -
-
Uses of UpdateDomainResponse in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles that return UpdateDomainResponse Modifier and Type Method Description default UpdateDomainResponseCustomerProfilesClient. updateDomain(Consumer<UpdateDomainRequest.Builder> updateDomainRequest)Updates the properties of a domain, including creating or selecting a dead letter queue or an encryption key.default UpdateDomainResponseCustomerProfilesClient. updateDomain(UpdateDomainRequest updateDomainRequest)Updates the properties of a domain, including creating or selecting a dead letter queue or an encryption key.Methods in software.amazon.awssdk.services.customerprofiles that return types with arguments of type UpdateDomainResponse Modifier and Type Method Description default CompletableFuture<UpdateDomainResponse>CustomerProfilesAsyncClient. updateDomain(Consumer<UpdateDomainRequest.Builder> updateDomainRequest)Updates the properties of a domain, including creating or selecting a dead letter queue or an encryption key.default CompletableFuture<UpdateDomainResponse>CustomerProfilesAsyncClient. updateDomain(UpdateDomainRequest updateDomainRequest)Updates the properties of a domain, including creating or selecting a dead letter queue or an encryption key.
-