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