Uses of Class
com.amazonaws.services.ec2.model.CreateInternetGatewayResult
Packages that use CreateInternetGatewayResult
-
Uses of CreateInternetGatewayResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return CreateInternetGatewayResultModifier and TypeMethodDescriptionAbstractAmazonEC2.createInternetGateway()AbstractAmazonEC2.createInternetGateway(CreateInternetGatewayRequest request) AmazonEC2.createInternetGateway()Simplified method form for invoking the CreateInternetGateway operation.AmazonEC2.createInternetGateway(CreateInternetGatewayRequest createInternetGatewayRequest) Creates an Internet gateway for use with a VPC.AmazonEC2Client.createInternetGateway()AmazonEC2Client.createInternetGateway(CreateInternetGatewayRequest createInternetGatewayRequest) Creates an Internet gateway for use with a VPC.Methods in com.amazonaws.services.ec2 that return types with arguments of type CreateInternetGatewayResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.createInternetGatewayAsync()Simplified method form for invoking the CreateInternetGateway operation.AbstractAmazonEC2Async.createInternetGatewayAsync(AsyncHandler<CreateInternetGatewayRequest, CreateInternetGatewayResult> asyncHandler) Simplified method form for invoking the CreateInternetGateway operation with an AsyncHandler.AbstractAmazonEC2Async.createInternetGatewayAsync(CreateInternetGatewayRequest request) AbstractAmazonEC2Async.createInternetGatewayAsync(CreateInternetGatewayRequest request, AsyncHandler<CreateInternetGatewayRequest, CreateInternetGatewayResult> asyncHandler) AmazonEC2Async.createInternetGatewayAsync()Simplified method form for invoking the CreateInternetGateway operation.AmazonEC2Async.createInternetGatewayAsync(AsyncHandler<CreateInternetGatewayRequest, CreateInternetGatewayResult> asyncHandler) Simplified method form for invoking the CreateInternetGateway operation with an AsyncHandler.AmazonEC2Async.createInternetGatewayAsync(CreateInternetGatewayRequest createInternetGatewayRequest) Creates an Internet gateway for use with a VPC.AmazonEC2Async.createInternetGatewayAsync(CreateInternetGatewayRequest createInternetGatewayRequest, AsyncHandler<CreateInternetGatewayRequest, CreateInternetGatewayResult> asyncHandler) Creates an Internet gateway for use with a VPC.AmazonEC2AsyncClient.createInternetGatewayAsync()Simplified method form for invoking the CreateInternetGateway operation.AmazonEC2AsyncClient.createInternetGatewayAsync(AsyncHandler<CreateInternetGatewayRequest, CreateInternetGatewayResult> asyncHandler) Simplified method form for invoking the CreateInternetGateway operation with an AsyncHandler.AmazonEC2AsyncClient.createInternetGatewayAsync(CreateInternetGatewayRequest request) AmazonEC2AsyncClient.createInternetGatewayAsync(CreateInternetGatewayRequest request, AsyncHandler<CreateInternetGatewayRequest, CreateInternetGatewayResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateInternetGatewayResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.createInternetGatewayAsync(AsyncHandler<CreateInternetGatewayRequest, CreateInternetGatewayResult> asyncHandler) Simplified method form for invoking the CreateInternetGateway operation with an AsyncHandler.AbstractAmazonEC2Async.createInternetGatewayAsync(CreateInternetGatewayRequest request, AsyncHandler<CreateInternetGatewayRequest, CreateInternetGatewayResult> asyncHandler) AmazonEC2Async.createInternetGatewayAsync(AsyncHandler<CreateInternetGatewayRequest, CreateInternetGatewayResult> asyncHandler) Simplified method form for invoking the CreateInternetGateway operation with an AsyncHandler.AmazonEC2Async.createInternetGatewayAsync(CreateInternetGatewayRequest createInternetGatewayRequest, AsyncHandler<CreateInternetGatewayRequest, CreateInternetGatewayResult> asyncHandler) Creates an Internet gateway for use with a VPC.AmazonEC2AsyncClient.createInternetGatewayAsync(AsyncHandler<CreateInternetGatewayRequest, CreateInternetGatewayResult> asyncHandler) Simplified method form for invoking the CreateInternetGateway operation with an AsyncHandler.AmazonEC2AsyncClient.createInternetGatewayAsync(CreateInternetGatewayRequest request, AsyncHandler<CreateInternetGatewayRequest, CreateInternetGatewayResult> asyncHandler) -
Uses of CreateInternetGatewayResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CreateInternetGatewayResultModifier and TypeMethodDescriptionCreateInternetGatewayResult.clone()CreateInternetGatewayResult.withInternetGateway(InternetGateway internetGateway) Information about the Internet gateway.