Uses of Class
com.amazonaws.services.ec2.model.CreateCustomerGatewayRequest
-
Packages that use CreateCustomerGatewayRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of CreateCustomerGatewayRequest in com.amazonaws.services.ec2
Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateCustomerGatewayRequest Modifier and Type Method Description Future<CreateCustomerGatewayResult>
AbstractAmazonEC2Async. createCustomerGatewayAsync(CreateCustomerGatewayRequest request, AsyncHandler<CreateCustomerGatewayRequest,CreateCustomerGatewayResult> asyncHandler)
Future<CreateCustomerGatewayResult>
AmazonEC2Async. createCustomerGatewayAsync(CreateCustomerGatewayRequest createCustomerGatewayRequest, AsyncHandler<CreateCustomerGatewayRequest,CreateCustomerGatewayResult> asyncHandler)
Provides information to AWS about your VPN customer gateway device.Future<CreateCustomerGatewayResult>
AmazonEC2AsyncClient. createCustomerGatewayAsync(CreateCustomerGatewayRequest request, AsyncHandler<CreateCustomerGatewayRequest,CreateCustomerGatewayResult> asyncHandler)
-
Uses of CreateCustomerGatewayRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CreateCustomerGatewayRequest Modifier and Type Method Description CreateCustomerGatewayRequest
CreateCustomerGatewayRequest. clone()
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 (ipsec.1
).CreateCustomerGatewayRequest
CreateCustomerGatewayRequest. withType(String type)
The type of VPN connection that this customer gateway supports (ipsec.1
).Methods in com.amazonaws.services.ec2.model that return types with arguments of type CreateCustomerGatewayRequest Modifier and Type Method Description Request<CreateCustomerGatewayRequest>
CreateCustomerGatewayRequest. getDryRunRequest()
This method is intended for internal use only.
-