Uses of Class
software.amazon.awssdk.services.ec2.model.VpcPeeringConnection
Packages that use VpcPeeringConnection
Package
Description
-
Uses of VpcPeeringConnection in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpcPeeringConnectionModifier and TypeMethodDescriptionfinal VpcPeeringConnectionAcceptVpcPeeringConnectionResponse.vpcPeeringConnection()Information about the VPC peering connection.final VpcPeeringConnectionCreateVpcPeeringConnectionResponse.vpcPeeringConnection()Information about the VPC peering connection.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VpcPeeringConnectionModifier and TypeMethodDescriptionfinal List<VpcPeeringConnection>DescribeVpcPeeringConnectionsResponse.vpcPeeringConnections()Information about the VPC peering connections.Methods in software.amazon.awssdk.services.ec2.model with parameters of type VpcPeeringConnectionModifier and TypeMethodDescriptionAcceptVpcPeeringConnectionResponse.Builder.vpcPeeringConnection(VpcPeeringConnection vpcPeeringConnection) Information about the VPC peering connection.CreateVpcPeeringConnectionResponse.Builder.vpcPeeringConnection(VpcPeeringConnection vpcPeeringConnection) Information about the VPC peering connection.DescribeVpcPeeringConnectionsResponse.Builder.vpcPeeringConnections(VpcPeeringConnection... vpcPeeringConnections) Information about the VPC peering connections.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VpcPeeringConnectionModifier and TypeMethodDescriptionDescribeVpcPeeringConnectionsResponse.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 VpcPeeringConnectionModifier and TypeMethodDescriptionfinal SdkIterable<VpcPeeringConnection>DescribeVpcPeeringConnectionsIterable.vpcPeeringConnections()Returns an iterable to iterate through the paginatedDescribeVpcPeeringConnectionsResponse.vpcPeeringConnections()member.final SdkPublisher<VpcPeeringConnection>DescribeVpcPeeringConnectionsPublisher.vpcPeeringConnections()Returns a publisher that can be used to get a stream of data.