Package | Description |
---|---|
com.amazonaws.services.storagegateway.model | |
com.amazonaws.services.storagegateway.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<NetworkInterface> |
DescribeGatewayInformationResult.gatewayNetworkInterfaces
A NetworkInterface array that contains descriptions of the gateway
network interfaces.
|
Modifier and Type | Method and Description |
---|---|
NetworkInterface |
NetworkInterface.clone() |
NetworkInterface |
NetworkInterface.withIpv4Address(java.lang.String ipv4Address)
The Internet Protocol version 4 (IPv4) address of the interface.
|
NetworkInterface |
NetworkInterface.withIpv6Address(java.lang.String ipv6Address)
The Internet Protocol version 6 (IPv6) address of the interface.
|
NetworkInterface |
NetworkInterface.withMacAddress(java.lang.String macAddress)
The Media Access Control (MAC) address of the interface.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<NetworkInterface> gatewayNetworkInterfaces)
A NetworkInterface array that contains descriptions of the gateway
network interfaces.
|
DescribeGatewayInformationResult |
DescribeGatewayInformationResult.withGatewayNetworkInterfaces(java.util.Collection<NetworkInterface> gatewayNetworkInterfaces)
A NetworkInterface array that contains descriptions of the gateway
network interfaces.
|
Modifier and Type | Method and Description |
---|---|
NetworkInterface |
NetworkInterfaceJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
NetworkInterfaceJsonMarshaller.marshall(NetworkInterface networkInterface,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|