Uses of Class
software.amazon.awssdk.services.ec2.model.VpcPeeringConnection
-
Packages that use VpcPeeringConnection Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of VpcPeeringConnection in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpcPeeringConnection Modifier and Type Method Description VpcPeeringConnectionAcceptVpcPeeringConnectionResponse. vpcPeeringConnection()Information about the VPC peering connection.VpcPeeringConnectionCreateVpcPeeringConnectionResponse. vpcPeeringConnection()Information about the VPC peering connection.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VpcPeeringConnection Modifier and Type Method Description List<VpcPeeringConnection>DescribeVpcPeeringConnectionsResponse. vpcPeeringConnections()Information about the VPC peering connections.Methods in software.amazon.awssdk.services.ec2.model with parameters of type VpcPeeringConnection Modifier and Type Method Description AcceptVpcPeeringConnectionResponse.BuilderAcceptVpcPeeringConnectionResponse.Builder. vpcPeeringConnection(VpcPeeringConnection vpcPeeringConnection)Information about the VPC peering connection.CreateVpcPeeringConnectionResponse.BuilderCreateVpcPeeringConnectionResponse.Builder. vpcPeeringConnection(VpcPeeringConnection vpcPeeringConnection)Information about the VPC peering connection.DescribeVpcPeeringConnectionsResponse.BuilderDescribeVpcPeeringConnectionsResponse.Builder. vpcPeeringConnections(VpcPeeringConnection... vpcPeeringConnections)Information about the VPC peering connections.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VpcPeeringConnection Modifier and Type Method Description DescribeVpcPeeringConnectionsResponse.BuilderDescribeVpcPeeringConnectionsResponse.Builder. vpcPeeringConnections(Collection<VpcPeeringConnection> vpcPeeringConnections)Information about the VPC peering connections. -
Uses of VpcPeeringConnection in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type VpcPeeringConnection Modifier and Type Method Description SdkIterable<VpcPeeringConnection>DescribeVpcPeeringConnectionsIterable. vpcPeeringConnections()Returns an iterable to iterate through the paginatedDescribeVpcPeeringConnectionsResponse.vpcPeeringConnections()member.SdkPublisher<VpcPeeringConnection>DescribeVpcPeeringConnectionsPublisher. vpcPeeringConnections()Returns a publisher that can be used to get a stream of data.
-