|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DescribeVpcsResult | |
|---|---|
| com.amazonaws.services.ec2 | Synchronous and asynchronous client classes for accessing AmazonEC2. |
| com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. |
| Uses of DescribeVpcsResult in com.amazonaws.services.ec2 |
|---|
| Methods in com.amazonaws.services.ec2 that return DescribeVpcsResult | |
|---|---|
DescribeVpcsResult |
AmazonEC2.describeVpcs()
Gives you information about your VPCs. |
DescribeVpcsResult |
AmazonEC2Client.describeVpcs()
Gives you information about your VPCs. |
DescribeVpcsResult |
AmazonEC2.describeVpcs(DescribeVpcsRequest describeVpcsRequest)
Gives you information about your VPCs. |
DescribeVpcsResult |
AmazonEC2Client.describeVpcs(DescribeVpcsRequest describeVpcsRequest)
Gives you information about your VPCs. |
| Methods in com.amazonaws.services.ec2 that return types with arguments of type DescribeVpcsResult | |
|---|---|
Future<DescribeVpcsResult> |
AmazonEC2AsyncClient.describeVpcsAsync(DescribeVpcsRequest describeVpcsRequest)
Gives you information about your VPCs. |
Future<DescribeVpcsResult> |
AmazonEC2Async.describeVpcsAsync(DescribeVpcsRequest describeVpcsRequest)
Gives you information about your VPCs. |
| Uses of DescribeVpcsResult in com.amazonaws.services.ec2.model |
|---|
| Methods in com.amazonaws.services.ec2.model that return DescribeVpcsResult | |
|---|---|
DescribeVpcsResult |
DescribeVpcsResult.withVpcs(Collection<Vpc> vpcs)
Returns a reference to this object so that method calls can be chained together. |
DescribeVpcsResult |
DescribeVpcsResult.withVpcs(Vpc... vpcs)
Returns a reference to this object so that method calls can be chained together. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||