| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.transform | |
| software.amazon.awssdk.services.ec2.waiters |
| Modifier and Type | Method and Description |
|---|---|
default DescribeNetworkInterfacesResponse |
EC2Client.describeNetworkInterfaces(DescribeNetworkInterfacesRequest describeNetworkInterfacesRequest)
Describes one or more of your network interfaces.
|
default CompletableFuture<DescribeNetworkInterfacesResponse> |
EC2AsyncClient.describeNetworkInterfaces(DescribeNetworkInterfacesRequest describeNetworkInterfacesRequest)
Describes one or more of your network interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
Request<DescribeNetworkInterfacesRequest> |
DescribeNetworkInterfacesRequestMarshaller.marshall(DescribeNetworkInterfacesRequest describeNetworkInterfacesRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<DescribeNetworkInterfacesRequest> |
DescribeNetworkInterfacesRequestMarshaller.marshall(DescribeNetworkInterfacesRequest describeNetworkInterfacesRequest) |
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeNetworkInterfacesRequest> |
EC2ClientWaiters.networkInterfaceAvailable()
Builds a NetworkInterfaceAvailable waiter by using custom parameters waiterParameters and other parameters
defined in the waiters specification, and then polls until it determines whether the resource entered the desired
state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeNetworkInterfacesResponse |
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 © 2017. All rights reserved.