Uses of Class
com.amazonaws.services.ec2.model.CreateCustomerGatewayRequest
Packages that use CreateCustomerGatewayRequest
-
Uses of CreateCustomerGatewayRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type CreateCustomerGatewayRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.createCustomerGateway
(CreateCustomerGatewayRequest request) AmazonEC2.createCustomerGateway
(CreateCustomerGatewayRequest createCustomerGatewayRequest) Provides information to AWS about your VPN customer gateway device.AmazonEC2Client.createCustomerGateway
(CreateCustomerGatewayRequest createCustomerGatewayRequest) Provides information to AWS about your VPN customer gateway device.AbstractAmazonEC2Async.createCustomerGatewayAsync
(CreateCustomerGatewayRequest request) AbstractAmazonEC2Async.createCustomerGatewayAsync
(CreateCustomerGatewayRequest request, AsyncHandler<CreateCustomerGatewayRequest, CreateCustomerGatewayResult> asyncHandler) AmazonEC2Async.createCustomerGatewayAsync
(CreateCustomerGatewayRequest createCustomerGatewayRequest) Provides information to AWS about your VPN customer gateway device.AmazonEC2Async.createCustomerGatewayAsync
(CreateCustomerGatewayRequest createCustomerGatewayRequest, AsyncHandler<CreateCustomerGatewayRequest, CreateCustomerGatewayResult> asyncHandler) Provides information to AWS about your VPN customer gateway device.AmazonEC2AsyncClient.createCustomerGatewayAsync
(CreateCustomerGatewayRequest request) AmazonEC2AsyncClient.createCustomerGatewayAsync
(CreateCustomerGatewayRequest request, AsyncHandler<CreateCustomerGatewayRequest, CreateCustomerGatewayResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateCustomerGatewayRequestModifier and TypeMethodDescriptionAbstractAmazonEC2Async.createCustomerGatewayAsync
(CreateCustomerGatewayRequest request, AsyncHandler<CreateCustomerGatewayRequest, CreateCustomerGatewayResult> asyncHandler) AmazonEC2Async.createCustomerGatewayAsync
(CreateCustomerGatewayRequest createCustomerGatewayRequest, AsyncHandler<CreateCustomerGatewayRequest, CreateCustomerGatewayResult> asyncHandler) Provides information to AWS about your VPN customer gateway device.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 CreateCustomerGatewayRequestModifier and TypeMethodDescriptionCreateCustomerGatewayRequest.clone()
CreateCustomerGatewayRequest.withBgpAsn
(Integer bgpAsn) For devices that support BGP, the customer gateway's BGP ASN.CreateCustomerGatewayRequest.withPublicIp
(String publicIp) The Internet-routable IP address for the customer gateway's outside interface.CreateCustomerGatewayRequest.withType
(GatewayType type) The type of VPN connection that this customer gateway supports (ipsec.1
).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 CreateCustomerGatewayRequestModifier and TypeMethodDescriptionCreateCustomerGatewayRequest.getDryRunRequest()
This method is intended for internal use only.