Uses of Class
com.amazonaws.services.ec2.model.VpcPeeringConnection
-
Packages that use VpcPeeringConnection Package Description com.amazonaws.services.ec2.model -
-
Uses of VpcPeeringConnection in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return VpcPeeringConnection Modifier and Type Method Description VpcPeeringConnection
VpcPeeringConnection. clone()
VpcPeeringConnection
AcceptVpcPeeringConnectionResult. getVpcPeeringConnection()
Information about the VPC peering connection.VpcPeeringConnection
CreateVpcPeeringConnectionResult. getVpcPeeringConnection()
Information about the VPC peering connection.VpcPeeringConnection
VpcPeeringConnection. withAccepterVpcInfo(VpcPeeringConnectionVpcInfo accepterVpcInfo)
Information about the accepter VPC.VpcPeeringConnection
VpcPeeringConnection. withExpirationTime(Date expirationTime)
The time that an unaccepted VPC peering connection will expire.VpcPeeringConnection
VpcPeeringConnection. withRequesterVpcInfo(VpcPeeringConnectionVpcInfo requesterVpcInfo)
Information about the requester VPC.VpcPeeringConnection
VpcPeeringConnection. withStatus(VpcPeeringConnectionStateReason status)
The status of the VPC peering connection.VpcPeeringConnection
VpcPeeringConnection. withTags(Tag... tags)
Any tags assigned to the resource.VpcPeeringConnection
VpcPeeringConnection. withTags(Collection<Tag> tags)
Any tags assigned to the resource.VpcPeeringConnection
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 VpcPeeringConnection Modifier and Type Method Description List<VpcPeeringConnection>
DescribeVpcPeeringConnectionsResult. getVpcPeeringConnections()
Information about the VPC peering connections.Methods in com.amazonaws.services.ec2.model with parameters of type VpcPeeringConnection Modifier and Type Method Description void
AcceptVpcPeeringConnectionResult. setVpcPeeringConnection(VpcPeeringConnection vpcPeeringConnection)
Information about the VPC peering connection.void
CreateVpcPeeringConnectionResult. setVpcPeeringConnection(VpcPeeringConnection vpcPeeringConnection)
Information about the VPC peering connection.AcceptVpcPeeringConnectionResult
AcceptVpcPeeringConnectionResult. withVpcPeeringConnection(VpcPeeringConnection vpcPeeringConnection)
Information about the VPC peering connection.CreateVpcPeeringConnectionResult
CreateVpcPeeringConnectionResult. withVpcPeeringConnection(VpcPeeringConnection vpcPeeringConnection)
Information about the VPC peering connection.DescribeVpcPeeringConnectionsResult
DescribeVpcPeeringConnectionsResult. withVpcPeeringConnections(VpcPeeringConnection... vpcPeeringConnections)
Information about the VPC peering connections.Method parameters in com.amazonaws.services.ec2.model with type arguments of type VpcPeeringConnection Modifier and Type Method Description void
DescribeVpcPeeringConnectionsResult. setVpcPeeringConnections(Collection<VpcPeeringConnection> vpcPeeringConnections)
Information about the VPC peering connections.DescribeVpcPeeringConnectionsResult
DescribeVpcPeeringConnectionsResult. withVpcPeeringConnections(Collection<VpcPeeringConnection> vpcPeeringConnections)
Information about the VPC peering connections.
-