Package | Description |
---|---|
com.amazonaws.services.ec2 |
Synchronous and asynchronous client classes for accessing AmazonEC2.
|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
DescribeNetworkInterfacesResult |
AmazonEC2.describeNetworkInterfaces()
Describes one or more of your network interfaces.
|
DescribeNetworkInterfacesResult |
AmazonEC2Client.describeNetworkInterfaces()
Describes one or more of your network interfaces.
|
DescribeNetworkInterfacesResult |
AmazonEC2.describeNetworkInterfaces(DescribeNetworkInterfacesRequest describeNetworkInterfacesRequest)
Describes one or more of your network interfaces.
|
DescribeNetworkInterfacesResult |
AmazonEC2Client.describeNetworkInterfaces(DescribeNetworkInterfacesRequest describeNetworkInterfacesRequest)
Describes one or more of your network interfaces.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeNetworkInterfacesResult> |
AmazonEC2AsyncClient.describeNetworkInterfacesAsync(DescribeNetworkInterfacesRequest describeNetworkInterfacesRequest,
AsyncHandler<DescribeNetworkInterfacesRequest,DescribeNetworkInterfacesResult> asyncHandler)
Describes one or more of your network interfaces.
|
Future<DescribeNetworkInterfacesResult> |
AmazonEC2Async.describeNetworkInterfacesAsync(DescribeNetworkInterfacesRequest describeNetworkInterfacesRequest,
AsyncHandler<DescribeNetworkInterfacesRequest,DescribeNetworkInterfacesResult> asyncHandler)
Describes one or more of your network interfaces.
|
Modifier and Type | Method and Description |
---|---|
DescribeNetworkInterfacesResult |
DescribeNetworkInterfacesResult.clone() |
DescribeNetworkInterfacesResult |
DescribeNetworkInterfacesResult.withNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
Information about one or more network interfaces.
|
DescribeNetworkInterfacesResult |
DescribeNetworkInterfacesResult.withNetworkInterfaces(NetworkInterface... networkInterfaces)
Information about one or more network interfaces.
|
Copyright © 2015. All rights reserved.