Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateVpnGatewayResult> |
AbstractAmazonEC2Async.createVpnGatewayAsync(CreateVpnGatewayRequest request,
AsyncHandler<CreateVpnGatewayRequest,CreateVpnGatewayResult> asyncHandler) |
Future<CreateVpnGatewayResult> |
AmazonEC2Async.createVpnGatewayAsync(CreateVpnGatewayRequest createVpnGatewayRequest,
AsyncHandler<CreateVpnGatewayRequest,CreateVpnGatewayResult> asyncHandler)
Creates a virtual private gateway.
|
Future<CreateVpnGatewayResult> |
AmazonEC2AsyncClient.createVpnGatewayAsync(CreateVpnGatewayRequest request,
AsyncHandler<CreateVpnGatewayRequest,CreateVpnGatewayResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateVpnGatewayRequest |
CreateVpnGatewayRequest.clone() |
CreateVpnGatewayRequest |
CreateVpnGatewayRequest.withAmazonSideAsn(Long amazonSideAsn)
A private Autonomous System Number (ASN) for the Amazon side of a BGP session.
|
CreateVpnGatewayRequest |
CreateVpnGatewayRequest.withAvailabilityZone(String availabilityZone)
The Availability Zone for the virtual private gateway.
|
CreateVpnGatewayRequest |
CreateVpnGatewayRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the virtual private gateway.
|
CreateVpnGatewayRequest |
CreateVpnGatewayRequest.withTagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the virtual private gateway.
|
CreateVpnGatewayRequest |
CreateVpnGatewayRequest.withType(GatewayType type)
The type of VPN connection this virtual private gateway supports.
|
CreateVpnGatewayRequest |
CreateVpnGatewayRequest.withType(String type)
The type of VPN connection this virtual private gateway supports.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateVpnGatewayRequest> |
CreateVpnGatewayRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2021. All rights reserved.