Uses of Interface
software.amazon.awssdk.services.worklink.WorkLinkBaseClientBuilder
-
Packages that use WorkLinkBaseClientBuilder 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 WorkLinkBaseClientBuilder in software.amazon.awssdk.services.worklink
Classes in software.amazon.awssdk.services.worklink with type parameters of type WorkLinkBaseClientBuilder Modifier and Type Interface Description interfaceWorkLinkBaseClientBuilder<B extends WorkLinkBaseClientBuilder<B,C>,C>This includes configuration specific to WorkLink that is supported by bothWorkLinkClientBuilderandWorkLinkAsyncClientBuilder.Subinterfaces of WorkLinkBaseClientBuilder in software.amazon.awssdk.services.worklink Modifier and Type Interface Description interfaceWorkLinkAsyncClientBuilderA builder for creating an instance ofWorkLinkAsyncClient.interfaceWorkLinkClientBuilderA builder for creating an instance ofWorkLinkClient.
-