Uses of Class
software.amazon.awssdk.services.connectcases.model.GetDomainResponse
-
Packages that use GetDomainResponse Package Description software.amazon.awssdk.services.connectcases -
-
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.
-