Uses of Class
software.amazon.awssdk.services.connectcases.model.GetDomainResponse
-
Packages that use GetDomainResponse Package Description software.amazon.awssdk.services.connectcases With Amazon Connect Cases, your agents can track and manage customer issues that require multiple interactions, follow-up tasks, and teams in your contact center. -
-
Uses of GetDomainResponse in software.amazon.awssdk.services.connectcases
Methods in software.amazon.awssdk.services.connectcases that return GetDomainResponse Modifier and Type Method Description default GetDomainResponseConnectCasesClient. getDomain(Consumer<GetDomainRequest.Builder> getDomainRequest)Returns information about a specific domain if it exists.default GetDomainResponseConnectCasesClient. getDomain(GetDomainRequest getDomainRequest)Returns information about a specific domain if it exists.Methods in software.amazon.awssdk.services.connectcases that return types with arguments of type GetDomainResponse Modifier and Type Method Description default CompletableFuture<GetDomainResponse>ConnectCasesAsyncClient. getDomain(Consumer<GetDomainRequest.Builder> getDomainRequest)Returns information about a specific domain if it exists.default CompletableFuture<GetDomainResponse>ConnectCasesAsyncClient. getDomain(GetDomainRequest getDomainRequest)Returns information about a specific domain if it exists.
-