Package | Description |
---|---|
software.amazon.awssdk.services.ec2 |
|
software.amazon.awssdk.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
default CreateVpcPeeringConnectionResponse |
Ec2Client.createVpcPeeringConnection(Consumer<CreateVpcPeeringConnectionRequest.Builder> createVpcPeeringConnectionRequest)
Requests a VPC peering connection between two VPCs: a requester VPC that you own and an accepter VPC with which
to create the connection.
|
default CompletableFuture<CreateVpcPeeringConnectionResponse> |
Ec2AsyncClient.createVpcPeeringConnection(Consumer<CreateVpcPeeringConnectionRequest.Builder> createVpcPeeringConnectionRequest)
Requests a VPC peering connection between two VPCs: a requester VPC that you own and an accepter VPC with which
to create the connection.
|
Modifier and Type | Method and Description |
---|---|
static CreateVpcPeeringConnectionRequest.Builder |
CreateVpcPeeringConnectionRequest.builder() |
CreateVpcPeeringConnectionRequest.Builder |
CreateVpcPeeringConnectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateVpcPeeringConnectionRequest.Builder |
CreateVpcPeeringConnectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateVpcPeeringConnectionRequest.Builder |
CreateVpcPeeringConnectionRequest.Builder.peerOwnerId(String peerOwnerId)
The AWS account ID of the owner of the accepter VPC.
|
CreateVpcPeeringConnectionRequest.Builder |
CreateVpcPeeringConnectionRequest.Builder.peerRegion(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.Builder |
CreateVpcPeeringConnectionRequest.Builder.peerVpcId(String peerVpcId)
The ID of the VPC with which you are creating the VPC peering connection.
|
CreateVpcPeeringConnectionRequest.Builder |
CreateVpcPeeringConnectionRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the peering connection.
|
CreateVpcPeeringConnectionRequest.Builder |
CreateVpcPeeringConnectionRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to assign to the peering connection.
|
CreateVpcPeeringConnectionRequest.Builder |
CreateVpcPeeringConnectionRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to the peering connection.
|
CreateVpcPeeringConnectionRequest.Builder |
CreateVpcPeeringConnectionRequest.toBuilder() |
CreateVpcPeeringConnectionRequest.Builder |
CreateVpcPeeringConnectionRequest.Builder.vpcId(String vpcId)
The ID of the requester VPC.
|
Modifier and Type | Method and Description |
---|---|
static Class<? extends CreateVpcPeeringConnectionRequest.Builder> |
CreateVpcPeeringConnectionRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.