| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.paginators |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<VpcPeeringConnection> |
DescribeVpcPeeringConnectionsIterable.vpcPeeringConnections()
Returns an iterable to iterate through the paginated
DescribeVpcPeeringConnectionsResponse.vpcPeeringConnections() member. |
SdkPublisher<VpcPeeringConnection> |
DescribeVpcPeeringConnectionsPublisher.vpcPeeringConnections()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.