Package | Description |
---|---|
com.amazonaws.services.ec2 |
Synchronous and asynchronous client classes for accessing AmazonEC2.
|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
CreateCustomerGatewayResult |
AmazonEC2.createCustomerGateway(CreateCustomerGatewayRequest createCustomerGatewayRequest)
Provides information to AWS about your VPN customer gateway device.
|
CreateCustomerGatewayResult |
AmazonEC2Client.createCustomerGateway(CreateCustomerGatewayRequest createCustomerGatewayRequest)
Provides information to AWS about your VPN customer gateway device.
|
Future<CreateCustomerGatewayResult> |
AmazonEC2AsyncClient.createCustomerGatewayAsync(CreateCustomerGatewayRequest createCustomerGatewayRequest)
Provides information to AWS about your VPN customer gateway device.
|
Future<CreateCustomerGatewayResult> |
AmazonEC2Async.createCustomerGatewayAsync(CreateCustomerGatewayRequest createCustomerGatewayRequest)
Provides information to AWS about your VPN customer gateway device.
|
Future<CreateCustomerGatewayResult> |
AmazonEC2AsyncClient.createCustomerGatewayAsync(CreateCustomerGatewayRequest createCustomerGatewayRequest,
AsyncHandler<CreateCustomerGatewayRequest,CreateCustomerGatewayResult> asyncHandler)
Provides information to AWS about your VPN customer gateway device.
|
Future<CreateCustomerGatewayResult> |
AmazonEC2Async.createCustomerGatewayAsync(CreateCustomerGatewayRequest createCustomerGatewayRequest,
AsyncHandler<CreateCustomerGatewayRequest,CreateCustomerGatewayResult> asyncHandler)
Provides information to AWS about your VPN customer gateway device.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateCustomerGatewayResult> |
AmazonEC2AsyncClient.createCustomerGatewayAsync(CreateCustomerGatewayRequest createCustomerGatewayRequest,
AsyncHandler<CreateCustomerGatewayRequest,CreateCustomerGatewayResult> asyncHandler)
Provides information to AWS about your VPN customer gateway device.
|
Future<CreateCustomerGatewayResult> |
AmazonEC2Async.createCustomerGatewayAsync(CreateCustomerGatewayRequest createCustomerGatewayRequest,
AsyncHandler<CreateCustomerGatewayRequest,CreateCustomerGatewayResult> asyncHandler)
Provides information to AWS about your VPN customer gateway device.
|
Modifier and Type | Method and Description |
---|---|
CreateCustomerGatewayRequest |
CreateCustomerGatewayRequest.withBgpAsn(Integer bgpAsn)
For devices that support BGP, the customer gateway's BGP ASN.
|
CreateCustomerGatewayRequest |
CreateCustomerGatewayRequest.withPublicIp(String publicIp)
The Internet-routable IP address for the customer gateway's outside
interface.
|
CreateCustomerGatewayRequest |
CreateCustomerGatewayRequest.withType(GatewayType type)
The type of VPN connection that this customer gateway supports.
|
CreateCustomerGatewayRequest |
CreateCustomerGatewayRequest.withType(String type)
The type of VPN connection that this customer gateway supports.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateCustomerGatewayRequest> |
CreateCustomerGatewayRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2014. All rights reserved.