Uses of Class
com.amazonaws.services.ec2.model.VpcPeeringConnection
Packages that use VpcPeeringConnection
-
Uses of VpcPeeringConnection in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return VpcPeeringConnectionModifier and TypeMethodDescriptionVpcPeeringConnection.clone()AcceptVpcPeeringConnectionResult.getVpcPeeringConnection()Information about the VPC peering connection.CreateVpcPeeringConnectionResult.getVpcPeeringConnection()Information about the VPC peering connection.VpcPeeringConnection.withAccepterVpcInfo(VpcPeeringConnectionVpcInfo accepterVpcInfo) Information about the accepter VPC.VpcPeeringConnection.withExpirationTime(Date expirationTime) The time that an unaccepted VPC peering connection will expire.VpcPeeringConnection.withRequesterVpcInfo(VpcPeeringConnectionVpcInfo requesterVpcInfo) Information about the requester VPC.VpcPeeringConnection.withStatus(VpcPeeringConnectionStateReason status) The status of the VPC peering connection.Any tags assigned to the resource.VpcPeeringConnection.withTags(Collection<Tag> tags) Any tags assigned to the resource.VpcPeeringConnection.withVpcPeeringConnectionId(String vpcPeeringConnectionId) The ID of the VPC peering connection.Methods in com.amazonaws.services.ec2.model that return types with arguments of type VpcPeeringConnectionModifier and TypeMethodDescriptionDescribeVpcPeeringConnectionsResult.getVpcPeeringConnections()Information about the VPC peering connections.Methods in com.amazonaws.services.ec2.model with parameters of type VpcPeeringConnectionModifier and TypeMethodDescriptionvoidAcceptVpcPeeringConnectionResult.setVpcPeeringConnection(VpcPeeringConnection vpcPeeringConnection) Information about the VPC peering connection.voidCreateVpcPeeringConnectionResult.setVpcPeeringConnection(VpcPeeringConnection vpcPeeringConnection) Information about the VPC peering connection.AcceptVpcPeeringConnectionResult.withVpcPeeringConnection(VpcPeeringConnection vpcPeeringConnection) Information about the VPC peering connection.CreateVpcPeeringConnectionResult.withVpcPeeringConnection(VpcPeeringConnection vpcPeeringConnection) Information about the VPC peering connection.DescribeVpcPeeringConnectionsResult.withVpcPeeringConnections(VpcPeeringConnection... vpcPeeringConnections) Information about the VPC peering connections.Method parameters in com.amazonaws.services.ec2.model with type arguments of type VpcPeeringConnectionModifier and TypeMethodDescriptionvoidDescribeVpcPeeringConnectionsResult.setVpcPeeringConnections(Collection<VpcPeeringConnection> vpcPeeringConnections) Information about the VPC peering connections.DescribeVpcPeeringConnectionsResult.withVpcPeeringConnections(Collection<VpcPeeringConnection> vpcPeeringConnections) Information about the VPC peering connections.