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 NetworkInterfaceNetworkInterface. clone()NetworkInterfaceNetworkInterface. withIpv4Address(String ipv4Address)The Internet Protocol version 4 (IPv4) address of the interface.NetworkInterfaceNetworkInterface. withIpv6Address(String ipv6Address)The Internet Protocol version 6 (IPv6) address of the interface.NetworkInterfaceNetworkInterface. 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 DescribeGatewayInformationResultDescribeGatewayInformationResult. 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 voidDescribeGatewayInformationResult. setGatewayNetworkInterfaces(Collection<NetworkInterface> gatewayNetworkInterfaces)A NetworkInterface array that contains descriptions of the gateway network interfaces.DescribeGatewayInformationResultDescribeGatewayInformationResult. withGatewayNetworkInterfaces(Collection<NetworkInterface> gatewayNetworkInterfaces)A NetworkInterface array that contains descriptions of the gateway network interfaces.
-