Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
CreateVpcPeeringConnectionRequest |
CreateVpcPeeringConnectionRequest.clone() |
CreateVpcPeeringConnectionRequest |
CreateVpcPeeringConnectionRequest.withPeerOwnerId(String peerOwnerId)
The Amazon Web Services account ID of the owner of the accepter VPC.
|
CreateVpcPeeringConnectionRequest |
CreateVpcPeeringConnectionRequest.withPeerRegion(String peerRegion)
The Region code for the accepter VPC, if the accepter VPC is located in a Region other than the Region in which
you make the request.
|
CreateVpcPeeringConnectionRequest |
CreateVpcPeeringConnectionRequest.withPeerVpcId(String peerVpcId)
The ID of the VPC with which you are creating the VPC peering connection.
|
CreateVpcPeeringConnectionRequest |
CreateVpcPeeringConnectionRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the peering connection.
|
CreateVpcPeeringConnectionRequest |
CreateVpcPeeringConnectionRequest.withTagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to the peering connection.
|
CreateVpcPeeringConnectionRequest |
CreateVpcPeeringConnectionRequest.withVpcId(String vpcId)
The ID of the requester VPC.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateVpcPeeringConnectionRequest> |
CreateVpcPeeringConnectionRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2023. All rights reserved.