Uses of Class
software.amazon.awssdk.services.worklink.model.AssociateDomainResponse
-
Packages that use AssociateDomainResponse Package Description software.amazon.awssdk.services.worklink Amazon WorkLink is a cloud-based service that provides secure access to internal websites and web apps from iOS and Android phones. -
-
Uses of AssociateDomainResponse in software.amazon.awssdk.services.worklink
Methods in software.amazon.awssdk.services.worklink that return AssociateDomainResponse Modifier and Type Method Description default AssociateDomainResponseWorkLinkClient. associateDomain(Consumer<AssociateDomainRequest.Builder> associateDomainRequest)Deprecated.Amazon WorkLink is no longer supported.default AssociateDomainResponseWorkLinkClient. associateDomain(AssociateDomainRequest associateDomainRequest)Deprecated.Amazon WorkLink is no longer supported.Methods in software.amazon.awssdk.services.worklink that return types with arguments of type AssociateDomainResponse Modifier and Type Method Description default CompletableFuture<AssociateDomainResponse>WorkLinkAsyncClient. associateDomain(Consumer<AssociateDomainRequest.Builder> associateDomainRequest)Deprecated.Amazon WorkLink is no longer supported.default CompletableFuture<AssociateDomainResponse>WorkLinkAsyncClient. associateDomain(AssociateDomainRequest associateDomainRequest)Deprecated.Amazon WorkLink is no longer supported.
-