Package | Description |
---|---|
software.amazon.awssdk.services.ec2 |
|
Modifier and Type | Method and Description |
---|---|
default DeleteVpcPeeringConnectionResponse |
Ec2Client.deleteVpcPeeringConnection(Consumer<DeleteVpcPeeringConnectionRequest.Builder> deleteVpcPeeringConnectionRequest)
Deletes a VPC peering connection.
|
default DeleteVpcPeeringConnectionResponse |
Ec2Client.deleteVpcPeeringConnection(DeleteVpcPeeringConnectionRequest deleteVpcPeeringConnectionRequest)
Deletes a VPC peering connection.
|
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<DeleteVpcPeeringConnectionResponse> |
Ec2AsyncClient.deleteVpcPeeringConnection(Consumer<DeleteVpcPeeringConnectionRequest.Builder> deleteVpcPeeringConnectionRequest)
Deletes a VPC peering connection.
|
default CompletableFuture<DeleteVpcPeeringConnectionResponse> |
Ec2AsyncClient.deleteVpcPeeringConnection(DeleteVpcPeeringConnectionRequest deleteVpcPeeringConnectionRequest)
Deletes a VPC peering connection.
|
Copyright © 2020. All rights reserved.