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