Uses of Class
software.amazon.awssdk.services.quicksight.model.NetworkInterface
-
Packages that use NetworkInterface Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of NetworkInterface in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type NetworkInterface Modifier and Type Method Description List<NetworkInterface>VPCConnection. networkInterfaces()A list of network interfaces.List<NetworkInterface>VPCConnectionSummary. networkInterfaces()A list of network interfaces.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type NetworkInterface Modifier and Type Method Description VPCConnection.BuilderVPCConnection.Builder. networkInterfaces(NetworkInterface... networkInterfaces)A list of network interfaces.VPCConnectionSummary.BuilderVPCConnectionSummary.Builder. networkInterfaces(NetworkInterface... networkInterfaces)A list of network interfaces.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type NetworkInterface Modifier and Type Method Description VPCConnection.BuilderVPCConnection.Builder. networkInterfaces(Collection<NetworkInterface> networkInterfaces)A list of network interfaces.VPCConnectionSummary.BuilderVPCConnectionSummary.Builder. networkInterfaces(Collection<NetworkInterface> networkInterfaces)A list of network interfaces.
-