| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
NetworkInterface |
CreateNetworkInterfaceResponse.networkInterface()
Information about the network interface.
|
| Modifier and Type | Method and Description |
|---|---|
List<NetworkInterface> |
DescribeNetworkInterfacesResponse.networkInterfaces()
Information about one or more network interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
CreateNetworkInterfaceResponse.Builder |
CreateNetworkInterfaceResponse.Builder.networkInterface(NetworkInterface networkInterface)
Information about the network interface.
|
DescribeNetworkInterfacesResponse.Builder |
DescribeNetworkInterfacesResponse.Builder.networkInterfaces(NetworkInterface... networkInterfaces)
Information about one or more network interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeNetworkInterfacesResponse.Builder |
DescribeNetworkInterfacesResponse.Builder.networkInterfaces(Collection<NetworkInterface> networkInterfaces)
Information about one or more network interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<NetworkInterface> |
DescribeNetworkInterfacesPublisher.networkInterfaces()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<NetworkInterface> |
DescribeNetworkInterfacesIterable.networkInterfaces()
Returns an iterable to iterate through the paginated
DescribeNetworkInterfacesResponse.networkInterfaces() member. |
Copyright © 2021. All rights reserved.