Package | Description |
---|---|
com.amazonaws.services.storagegateway.model |
Classes modeling the various types represented by AWSStorageGateway.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<NetworkInterface> |
DescribeGatewayInformationResult.getGatewayNetworkInterfaces()
A NetworkInterface array that contains descriptions of the
gateway network interfaces.
|
Modifier and Type | Method and Description |
---|---|
DescribeGatewayInformationResult |
DescribeGatewayInformationResult.withGatewayNetworkInterfaces(NetworkInterface... gatewayNetworkInterfaces)
A NetworkInterface array that contains descriptions of the
gateway network interfaces.
|
Modifier and Type | Method and 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.
|
Copyright © 2014. All rights reserved.