Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
NetworkInterface |
NetworkInterface.clone() |
NetworkInterface |
NetworkInterface.withAvailabilityZone(String availabilityZone)
The availability zone that the network interface resides in.
|
NetworkInterface |
NetworkInterface.withErrorMessage(String errorMessage)
An error message.
|
NetworkInterface |
NetworkInterface.withNetworkInterfaceId(String networkInterfaceId)
The network interface ID.
|
NetworkInterface |
NetworkInterface.withStatus(NetworkInterfaceStatus status)
The status of the network interface.
|
NetworkInterface |
NetworkInterface.withStatus(String status)
The status of the network interface.
|
NetworkInterface |
NetworkInterface.withSubnetId(String subnetId)
The subnet ID associated with the network interface.
|
Modifier and Type | Method and Description |
---|---|
List<NetworkInterface> |
VPCConnectionSummary.getNetworkInterfaces()
A list of network interfaces.
|
List<NetworkInterface> |
VPCConnection.getNetworkInterfaces()
A list of network interfaces.
|
Modifier and Type | Method and Description |
---|---|
VPCConnectionSummary |
VPCConnectionSummary.withNetworkInterfaces(NetworkInterface... networkInterfaces)
A list of network interfaces.
|
VPCConnection |
VPCConnection.withNetworkInterfaces(NetworkInterface... networkInterfaces)
A list of network interfaces.
|
Modifier and Type | Method and Description |
---|---|
void |
VPCConnectionSummary.setNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
A list of network interfaces.
|
void |
VPCConnection.setNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
A list of network interfaces.
|
VPCConnectionSummary |
VPCConnectionSummary.withNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
A list of network interfaces.
|
VPCConnection |
VPCConnection.withNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
A list of network interfaces.
|
Copyright © 2023. All rights reserved.