Uses of Class
com.amazonaws.services.ec2.model.CreateCustomerGatewayResult
Packages that use CreateCustomerGatewayResult
-
Uses of CreateCustomerGatewayResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return CreateCustomerGatewayResultModifier 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.Methods in com.amazonaws.services.ec2 that return types with arguments of type CreateCustomerGatewayResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.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 CreateCustomerGatewayResultModifier 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 CreateCustomerGatewayResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CreateCustomerGatewayResultModifier and TypeMethodDescriptionCreateCustomerGatewayResult.clone()CreateCustomerGatewayResult.withCustomerGateway(CustomerGateway customerGateway) Information about the customer gateway.