|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CreateCustomerGatewayRequest | |
---|---|
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. |
Uses of CreateCustomerGatewayRequest in com.amazonaws.services.ec2 |
---|
Methods in com.amazonaws.services.ec2 with parameters of type CreateCustomerGatewayRequest | |
---|---|
CreateCustomerGatewayResult |
AmazonEC2Client.createCustomerGateway(CreateCustomerGatewayRequest createCustomerGatewayRequest)
Provides information to AWS about your VPN customer gateway device. |
CreateCustomerGatewayResult |
AmazonEC2.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. |
Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateCustomerGatewayRequest | |
---|---|
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. |
Uses of CreateCustomerGatewayRequest in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return CreateCustomerGatewayRequest | |
---|---|
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. |
Methods in com.amazonaws.services.ec2.model that return types with arguments of type CreateCustomerGatewayRequest | |
---|---|
Request<CreateCustomerGatewayRequest> |
CreateCustomerGatewayRequest.getDryRunRequest()
This method is intended for internal use only. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |