| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
Vpc |
CreateDefaultVpcResponse.vpc()
Information about the VPC.
|
Vpc |
CreateVpcResponse.vpc()
Information about the VPC.
|
| Modifier and Type | Method and Description |
|---|---|
List<Vpc> |
DescribeVpcsResponse.vpcs()
Information about one or more VPCs.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDefaultVpcResponse.Builder |
CreateDefaultVpcResponse.Builder.vpc(Vpc vpc)
Information about the VPC.
|
CreateVpcResponse.Builder |
CreateVpcResponse.Builder.vpc(Vpc vpc)
Information about the VPC.
|
DescribeVpcsResponse.Builder |
DescribeVpcsResponse.Builder.vpcs(Vpc... vpcs)
Information about one or more VPCs.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeVpcsResponse.Builder |
DescribeVpcsResponse.Builder.vpcs(Collection<Vpc> vpcs)
Information about one or more VPCs.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Vpc> |
DescribeVpcsPublisher.vpcs()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Vpc> |
DescribeVpcsIterable.vpcs()
Returns an iterable to iterate through the paginated
DescribeVpcsResponse.vpcs() member. |
Copyright © 2022. All rights reserved.