| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
VpcPeeringConnection |
CreateVpcPeeringConnectionResponse.vpcPeeringConnection()
Information about the VPC peering connection.
|
VpcPeeringConnection |
AcceptVpcPeeringConnectionResponse.vpcPeeringConnection()
Information about the VPC peering connection.
|
| Modifier and Type | Method and Description |
|---|---|
List<VpcPeeringConnection> |
DescribeVpcPeeringConnectionsResponse.vpcPeeringConnections()
Information about the VPC peering connections.
|
| Modifier and Type | Method and Description |
|---|---|
CreateVpcPeeringConnectionResponse.Builder |
CreateVpcPeeringConnectionResponse.Builder.vpcPeeringConnection(VpcPeeringConnection vpcPeeringConnection)
Information about the VPC peering connection.
|
AcceptVpcPeeringConnectionResponse.Builder |
AcceptVpcPeeringConnectionResponse.Builder.vpcPeeringConnection(VpcPeeringConnection vpcPeeringConnection)
Information about the VPC peering connection.
|
DescribeVpcPeeringConnectionsResponse.Builder |
DescribeVpcPeeringConnectionsResponse.Builder.vpcPeeringConnections(VpcPeeringConnection... vpcPeeringConnections)
Information about the VPC peering connections.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeVpcPeeringConnectionsResponse.Builder |
DescribeVpcPeeringConnectionsResponse.Builder.vpcPeeringConnections(Collection<VpcPeeringConnection> vpcPeeringConnections)
Information about the VPC peering connections.
|
Copyright © 2019. All rights reserved.