Uses of Interface
software.amazon.awssdk.services.lightsail.LightsailBaseClientBuilder
-
Packages that use LightsailBaseClientBuilder Package Description software.amazon.awssdk.services.lightsail Amazon Lightsail is the easiest way to get started with Amazon Web Services (Amazon Web Services) for developers who need to build websites or web applications. -
-
Uses of LightsailBaseClientBuilder in software.amazon.awssdk.services.lightsail
Classes in software.amazon.awssdk.services.lightsail with type parameters of type LightsailBaseClientBuilder Modifier and Type Interface Description interfaceLightsailBaseClientBuilder<B extends LightsailBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon Lightsail that is supported by bothLightsailClientBuilderandLightsailAsyncClientBuilder.Subinterfaces of LightsailBaseClientBuilder in software.amazon.awssdk.services.lightsail Modifier and Type Interface Description interfaceLightsailAsyncClientBuilderA builder for creating an instance ofLightsailAsyncClient.interfaceLightsailClientBuilderA builder for creating an instance ofLightsailClient.
-