|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NetworkInterface | |
---|---|
com.amazonaws.services.storagegateway.model | Classes modeling the various types represented by AWSStorageGateway. |
Uses of NetworkInterface in com.amazonaws.services.storagegateway.model |
---|
Methods in com.amazonaws.services.storagegateway.model that return NetworkInterface | |
---|---|
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |