@Generated(value="software.amazon.awssdk:aws-java-sdk-code-generator") public class DescribeNetworkInterfacesFunction extends Object implements SdkFunction<DescribeNetworkInterfacesRequest,DescribeNetworkInterfacesResponse>
| Constructor and Description |
|---|
DescribeNetworkInterfacesFunction(EC2Client client)
Constructs a new DescribeNetworkInterfacesFunction with the given client
|
| Modifier and Type | Method and Description |
|---|---|
DescribeNetworkInterfacesResponse |
apply(DescribeNetworkInterfacesRequest describeNetworkInterfacesRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
public DescribeNetworkInterfacesFunction(EC2Client client)
client - Service clientpublic DescribeNetworkInterfacesResponse apply(DescribeNetworkInterfacesRequest describeNetworkInterfacesRequest)
apply in interface SdkFunction<DescribeNetworkInterfacesRequest,DescribeNetworkInterfacesResponse>describeNetworkInterfacesRequest - Corresponding request for the operationCopyright © 2017. All rights reserved.