| 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.
|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
default OpenInstancePublicPortsResponse |
LightsailClient.openInstancePublicPorts(Consumer<OpenInstancePublicPortsRequest.Builder> openInstancePublicPortsRequest)
Opens ports for a specific Amazon Lightsail instance, and specifies the IP addresses allowed to connect to the
instance through the ports, and the protocol.
|
default CompletableFuture<OpenInstancePublicPortsResponse> |
LightsailAsyncClient.openInstancePublicPorts(Consumer<OpenInstancePublicPortsRequest.Builder> openInstancePublicPortsRequest)
Opens ports for a specific Amazon Lightsail instance, and specifies the IP addresses allowed to connect to the
instance through the ports, and the protocol.
|
| Modifier and Type | Method and Description |
|---|---|
static OpenInstancePublicPortsRequest.Builder |
OpenInstancePublicPortsRequest.builder() |
OpenInstancePublicPortsRequest.Builder |
OpenInstancePublicPortsRequest.Builder.instanceName(String instanceName)
The name of the instance for which to open ports.
|
OpenInstancePublicPortsRequest.Builder |
OpenInstancePublicPortsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
OpenInstancePublicPortsRequest.Builder |
OpenInstancePublicPortsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default OpenInstancePublicPortsRequest.Builder |
OpenInstancePublicPortsRequest.Builder.portInfo(Consumer<PortInfo.Builder> portInfo)
An object to describe the ports to open for the specified instance.
|
OpenInstancePublicPortsRequest.Builder |
OpenInstancePublicPortsRequest.Builder.portInfo(PortInfo portInfo)
An object to describe the ports to open for the specified instance.
|
OpenInstancePublicPortsRequest.Builder |
OpenInstancePublicPortsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OpenInstancePublicPortsRequest.Builder> |
OpenInstancePublicPortsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.