Uses of Class
software.amazon.awssdk.services.redshiftserverless.model.NetworkInterface
-
Packages that use NetworkInterface Package Description software.amazon.awssdk.services.redshiftserverless.model -
-
Uses of NetworkInterface in software.amazon.awssdk.services.redshiftserverless.model
Methods in software.amazon.awssdk.services.redshiftserverless.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.redshiftserverless.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.redshiftserverless.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.
-