| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceNetworking |
InstanceNetworking.clone() |
InstanceNetworking |
Instance.getNetworking()
Information about the public ports and monthly data transfer rates for the instance.
|
InstanceNetworking |
InstanceNetworking.withMonthlyTransfer(MonthlyTransfer monthlyTransfer)
The amount of data in GB allocated for monthly data transfers.
|
InstanceNetworking |
InstanceNetworking.withPorts(Collection<InstancePortInfo> ports)
An array of key-value pairs containing information about the ports on the instance.
|
InstanceNetworking |
InstanceNetworking.withPorts(InstancePortInfo... ports)
An array of key-value pairs containing information about the ports on the instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Instance.setNetworking(InstanceNetworking networking)
Information about the public ports and monthly data transfer rates for the instance.
|
Instance |
Instance.withNetworking(InstanceNetworking networking)
Information about the public ports and monthly data transfer rates for the instance.
|
Copyright © 2017. All rights reserved.