| Package | Description |
|---|---|
| com.amazonaws.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkInterface |
NetworkInterface.clone() |
NetworkInterface |
NetworkInterface.withAvailabilityZone(String availabilityZone)
The Availability Zone.
|
NetworkInterface |
NetworkInterface.withNetworkInterfaceId(String networkInterfaceId)
The network interface identifier.
|
NetworkInterface |
NetworkInterface.withPrivateIpAddress(String privateIpAddress)
The IPv4 address of the network interface within the subnet.
|
NetworkInterface |
NetworkInterface.withSubnetId(String subnetId)
The subnet identifier.
|
| Modifier and Type | Method and Description |
|---|---|
List<NetworkInterface> |
VpcEndpoint.getNetworkInterfaces()
One or more network interfaces of the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
VpcEndpoint |
VpcEndpoint.withNetworkInterfaces(NetworkInterface... networkInterfaces)
One or more network interfaces of the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VpcEndpoint.setNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
One or more network interfaces of the endpoint.
|
VpcEndpoint |
VpcEndpoint.withNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
One or more network interfaces of the endpoint.
|
Copyright © 2022. All rights reserved.