public static interface DescribeVpcsResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<DescribeVpcsResponse.Builder,DescribeVpcsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeVpcsResponse.Builder |
vpcs(Collection<Vpc> vpcs)
Information about one or more VPCs.
|
DescribeVpcsResponse.Builder |
vpcs(Vpc... vpcs)
Information about one or more VPCs.
|
DescribeVpcsResponse.Builder vpcs(Collection<Vpc> vpcs)
Information about one or more VPCs.
vpcs - Information about one or more VPCs.DescribeVpcsResponse.Builder vpcs(Vpc... vpcs)
Information about one or more VPCs.
vpcs - Information about one or more VPCs.Copyright © 2017. All rights reserved.