Uses of Class
software.amazon.awssdk.services.lightsail.model.SetupInstanceHttpsResponse
-
Packages that use SetupInstanceHttpsResponse 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 SetupInstanceHttpsResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return SetupInstanceHttpsResponse Modifier and Type Method Description default SetupInstanceHttpsResponseLightsailClient. setupInstanceHttps(Consumer<SetupInstanceHttpsRequest.Builder> setupInstanceHttpsRequest)Creates an SSL/TLS certificate that secures traffic for your website.default SetupInstanceHttpsResponseLightsailClient. setupInstanceHttps(SetupInstanceHttpsRequest setupInstanceHttpsRequest)Creates an SSL/TLS certificate that secures traffic for your website.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type SetupInstanceHttpsResponse Modifier and Type Method Description default CompletableFuture<SetupInstanceHttpsResponse>LightsailAsyncClient. setupInstanceHttps(Consumer<SetupInstanceHttpsRequest.Builder> setupInstanceHttpsRequest)Creates an SSL/TLS certificate that secures traffic for your website.default CompletableFuture<SetupInstanceHttpsResponse>LightsailAsyncClient. setupInstanceHttps(SetupInstanceHttpsRequest setupInstanceHttpsRequest)Creates an SSL/TLS certificate that secures traffic for your website.
-