Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.waiters |
Modifier and Type | Method and Description |
---|---|
DescribeNetworkInterfacesResult |
AbstractAmazonEC2.describeNetworkInterfaces() |
DescribeNetworkInterfacesResult |
AmazonEC2.describeNetworkInterfaces()
Simplified method form for invoking the DescribeNetworkInterfaces operation.
|
DescribeNetworkInterfacesResult |
AmazonEC2Client.describeNetworkInterfaces() |
DescribeNetworkInterfacesResult |
AbstractAmazonEC2.describeNetworkInterfaces(DescribeNetworkInterfacesRequest request) |
DescribeNetworkInterfacesResult |
AmazonEC2.describeNetworkInterfaces(DescribeNetworkInterfacesRequest describeNetworkInterfacesRequest)
Describes one or more of your network interfaces.
|
DescribeNetworkInterfacesResult |
AmazonEC2Client.describeNetworkInterfaces(DescribeNetworkInterfacesRequest request)
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.
|
DescribeNetworkInterfacesResult |
DescribeNetworkInterfacesResult.withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
Modifier and Type | Method and Description |
---|---|
DescribeNetworkInterfacesResult |
DescribeNetworkInterfacesFunction.apply(DescribeNetworkInterfacesRequest describeNetworkInterfacesRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2021. All rights reserved.