Uses of Class
com.amazonaws.services.storagegateway.model.NetworkInterface
Packages that use NetworkInterface
-
Uses of NetworkInterface in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return NetworkInterfaceModifier and TypeMethodDescriptionNetworkInterface.clone()NetworkInterface.withIpv4Address(String ipv4Address) The Internet Protocol version 4 (IPv4) address of the interface.NetworkInterface.withIpv6Address(String ipv6Address) The Internet Protocol version 6 (IPv6) address of the interface.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 NetworkInterfaceModifier and TypeMethodDescriptionDescribeGatewayInformationResult.getGatewayNetworkInterfaces()A NetworkInterface array that contains descriptions of the gateway network interfaces.Methods in com.amazonaws.services.storagegateway.model with parameters of type NetworkInterfaceModifier and TypeMethodDescriptionDescribeGatewayInformationResult.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 NetworkInterfaceModifier and TypeMethodDescriptionvoidDescribeGatewayInformationResult.setGatewayNetworkInterfaces(Collection<NetworkInterface> gatewayNetworkInterfaces) A NetworkInterface array that contains descriptions of the gateway network interfaces.DescribeGatewayInformationResult.withGatewayNetworkInterfaces(Collection<NetworkInterface> gatewayNetworkInterfaces) A NetworkInterface array that contains descriptions of the gateway network interfaces.