SdkFunction<DescribeNetworkInterfacesRequest,DescribeNetworkInterfacesResponse>
@Generated("software.amazon.awssdk:aws-java-sdk-code-generator") public class DescribeNetworkInterfacesFunction extends Object implements SdkFunction<DescribeNetworkInterfacesRequest,DescribeNetworkInterfacesResponse>
Constructor | Description |
---|---|
DescribeNetworkInterfacesFunction(EC2Client client) |
Constructs a new DescribeNetworkInterfacesFunction with the given client
|
Modifier and Type | Method | 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 Amazon Web Services, Inc. All Rights Reserved.