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 VpcPeeringConnectionVpcPeeringConnection. clone()VpcPeeringConnectionAcceptVpcPeeringConnectionResult. getVpcPeeringConnection()Information about the VPC peering connection.VpcPeeringConnectionCreateVpcPeeringConnectionResult. getVpcPeeringConnection()Information about the VPC peering connection.VpcPeeringConnectionVpcPeeringConnection. withAccepterVpcInfo(VpcPeeringConnectionVpcInfo accepterVpcInfo)Information about the accepter VPC.VpcPeeringConnectionVpcPeeringConnection. withExpirationTime(Date expirationTime)The time that an unaccepted VPC peering connection will expire.VpcPeeringConnectionVpcPeeringConnection. withRequesterVpcInfo(VpcPeeringConnectionVpcInfo requesterVpcInfo)Information about the requester VPC.VpcPeeringConnectionVpcPeeringConnection. withStatus(VpcPeeringConnectionStateReason status)The status of the VPC peering connection.VpcPeeringConnectionVpcPeeringConnection. withTags(Tag... tags)Any tags assigned to the resource.VpcPeeringConnectionVpcPeeringConnection. withTags(Collection<Tag> tags)Any tags assigned to the resource.VpcPeeringConnectionVpcPeeringConnection. 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 voidAcceptVpcPeeringConnectionResult. setVpcPeeringConnection(VpcPeeringConnection vpcPeeringConnection)Information about the VPC peering connection.voidCreateVpcPeeringConnectionResult. setVpcPeeringConnection(VpcPeeringConnection vpcPeeringConnection)Information about the VPC peering connection.AcceptVpcPeeringConnectionResultAcceptVpcPeeringConnectionResult. withVpcPeeringConnection(VpcPeeringConnection vpcPeeringConnection)Information about the VPC peering connection.CreateVpcPeeringConnectionResultCreateVpcPeeringConnectionResult. withVpcPeeringConnection(VpcPeeringConnection vpcPeeringConnection)Information about the VPC peering connection.DescribeVpcPeeringConnectionsResultDescribeVpcPeeringConnectionsResult. 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 voidDescribeVpcPeeringConnectionsResult. setVpcPeeringConnections(Collection<VpcPeeringConnection> vpcPeeringConnections)Information about the VPC peering connections.DescribeVpcPeeringConnectionsResultDescribeVpcPeeringConnectionsResult. withVpcPeeringConnections(Collection<VpcPeeringConnection> vpcPeeringConnections)Information about the VPC peering connections.
-