Uses of Class
com.amazonaws.services.ec2.model.AttachInternetGatewayResult
-
Packages that use AttachInternetGatewayResult Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of AttachInternetGatewayResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return AttachInternetGatewayResult Modifier and Type Method Description AttachInternetGatewayResultAbstractAmazonEC2. attachInternetGateway(AttachInternetGatewayRequest request)AttachInternetGatewayResultAmazonEC2. attachInternetGateway(AttachInternetGatewayRequest attachInternetGatewayRequest)Attaches an Internet gateway to a VPC, enabling connectivity between the Internet and the VPC.AttachInternetGatewayResultAmazonEC2Client. attachInternetGateway(AttachInternetGatewayRequest attachInternetGatewayRequest)Attaches an Internet gateway to a VPC, enabling connectivity between the Internet and the VPC.Method parameters in com.amazonaws.services.ec2 with type arguments of type AttachInternetGatewayResult Modifier and Type Method Description Future<AttachInternetGatewayResult>AbstractAmazonEC2Async. attachInternetGatewayAsync(AttachInternetGatewayRequest request, AsyncHandler<AttachInternetGatewayRequest,AttachInternetGatewayResult> asyncHandler)Future<AttachInternetGatewayResult>AmazonEC2Async. attachInternetGatewayAsync(AttachInternetGatewayRequest attachInternetGatewayRequest, AsyncHandler<AttachInternetGatewayRequest,AttachInternetGatewayResult> asyncHandler)Attaches an Internet gateway to a VPC, enabling connectivity between the Internet and the VPC.Future<AttachInternetGatewayResult>AmazonEC2AsyncClient. attachInternetGatewayAsync(AttachInternetGatewayRequest request, AsyncHandler<AttachInternetGatewayRequest,AttachInternetGatewayResult> asyncHandler) -
Uses of AttachInternetGatewayResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return AttachInternetGatewayResult Modifier and Type Method Description AttachInternetGatewayResultAttachInternetGatewayResult. clone()
-