Uses of Class
com.amazonaws.services.ec2.model.CreateCustomerGatewayResult
-
Packages that use CreateCustomerGatewayResult Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of CreateCustomerGatewayResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return CreateCustomerGatewayResult Modifier and Type Method Description CreateCustomerGatewayResult
AbstractAmazonEC2. createCustomerGateway(CreateCustomerGatewayRequest request)
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.Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateCustomerGatewayResult 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 CreateCustomerGatewayResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CreateCustomerGatewayResult Modifier and Type Method Description CreateCustomerGatewayResult
CreateCustomerGatewayResult. clone()
CreateCustomerGatewayResult
CreateCustomerGatewayResult. withCustomerGateway(CustomerGateway customerGateway)
Information about the customer gateway.
-