Uses of Class
software.amazon.awssdk.services.redshift.model.NetworkInterface
-
Packages that use NetworkInterface Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of NetworkInterface in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type NetworkInterface Modifier and Type Method Description List<NetworkInterface>VpcEndpoint. networkInterfaces()One or more network interfaces of the endpoint.Methods in software.amazon.awssdk.services.redshift.model with parameters of type NetworkInterface Modifier and Type Method Description VpcEndpoint.BuilderVpcEndpoint.Builder. networkInterfaces(NetworkInterface... networkInterfaces)One or more network interfaces of the endpoint.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type NetworkInterface Modifier and Type Method Description VpcEndpoint.BuilderVpcEndpoint.Builder. networkInterfaces(Collection<NetworkInterface> networkInterfaces)One or more network interfaces of the endpoint.
-