| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.transform |
| 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 a peer VPC with which to
create the connection.
|
default CreateVpcPeeringConnectionResponse |
EC2Client.createVpcPeeringConnection(CreateVpcPeeringConnectionRequest createVpcPeeringConnectionRequest)
Requests a VPC peering connection between two VPCs: a requester VPC that you own and a peer VPC with which to
create the connection.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateVpcPeeringConnectionResponse> |
EC2AsyncClient.createVpcPeeringConnection(Consumer<CreateVpcPeeringConnectionRequest.Builder> createVpcPeeringConnectionRequest)
Requests a VPC peering connection between two VPCs: a requester VPC that you own and a peer VPC with which to
create the connection.
|
default CompletableFuture<CreateVpcPeeringConnectionResponse> |
EC2AsyncClient.createVpcPeeringConnection(CreateVpcPeeringConnectionRequest createVpcPeeringConnectionRequest)
Requests a VPC peering connection between two VPCs: a requester VPC that you own and a peer VPC with which to
create the connection.
|
| Modifier and Type | Method and Description |
|---|---|
CreateVpcPeeringConnectionResponse |
CreateVpcPeeringConnectionResponseUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2018. All rights reserved.