Uses of Class
com.amazonaws.services.storagegateway.model.NetworkInterface
-
Packages that use NetworkInterface Package Description com.amazonaws.services.storagegateway.model -
-
Uses of NetworkInterface in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return NetworkInterface Modifier and Type Method Description NetworkInterface
NetworkInterface. clone()
NetworkInterface
NetworkInterface. withIpv4Address(String ipv4Address)
The Internet Protocol version 4 (IPv4) address of the interface.NetworkInterface
NetworkInterface. withIpv6Address(String ipv6Address)
The Internet Protocol version 6 (IPv6) address of the interface.NetworkInterface
NetworkInterface. withMacAddress(String macAddress)
The Media Access Control (MAC) address of the interface.Methods in com.amazonaws.services.storagegateway.model that return types with arguments of type NetworkInterface Modifier and Type Method Description List<NetworkInterface>
DescribeGatewayInformationResult. getGatewayNetworkInterfaces()
A NetworkInterface array that contains descriptions of the gateway network interfaces.Methods in com.amazonaws.services.storagegateway.model with parameters of type NetworkInterface Modifier and Type Method Description DescribeGatewayInformationResult
DescribeGatewayInformationResult. withGatewayNetworkInterfaces(NetworkInterface... gatewayNetworkInterfaces)
A NetworkInterface array that contains descriptions of the gateway network interfaces.Method parameters in com.amazonaws.services.storagegateway.model with type arguments of type NetworkInterface Modifier and Type Method Description void
DescribeGatewayInformationResult. setGatewayNetworkInterfaces(Collection<NetworkInterface> gatewayNetworkInterfaces)
A NetworkInterface array that contains descriptions of the gateway network interfaces.DescribeGatewayInformationResult
DescribeGatewayInformationResult. withGatewayNetworkInterfaces(Collection<NetworkInterface> gatewayNetworkInterfaces)
A NetworkInterface array that contains descriptions of the gateway network interfaces.
-