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 CreateCustomerGatewayResultAbstractAmazonEC2. createCustomerGateway(CreateCustomerGatewayRequest request)CreateCustomerGatewayResultAmazonEC2. createCustomerGateway(CreateCustomerGatewayRequest createCustomerGatewayRequest)Provides information to AWS about your VPN customer gateway device.CreateCustomerGatewayResultAmazonEC2Client. 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 CreateCustomerGatewayResultCreateCustomerGatewayResult. clone()CreateCustomerGatewayResultCreateCustomerGatewayResult. withCustomerGateway(CustomerGateway customerGateway)Information about the customer gateway.
-