Uses of Interface
software.amazon.awssdk.services.ec2.model.AttachInternetGatewayRequest.Builder
-
Packages that use AttachInternetGatewayRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of AttachInternetGatewayRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type AttachInternetGatewayRequest.Builder Modifier and Type Method Description default CompletableFuture<AttachInternetGatewayResponse>Ec2AsyncClient. attachInternetGateway(Consumer<AttachInternetGatewayRequest.Builder> attachInternetGatewayRequest)Attaches an internet gateway or a virtual private gateway to a VPC, enabling connectivity between the internet and the VPC.default AttachInternetGatewayResponseEc2Client. attachInternetGateway(Consumer<AttachInternetGatewayRequest.Builder> attachInternetGatewayRequest)Attaches an internet gateway or a virtual private gateway to a VPC, enabling connectivity between the internet and the VPC. -
Uses of AttachInternetGatewayRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AttachInternetGatewayRequest.Builder Modifier and Type Method Description static AttachInternetGatewayRequest.BuilderAttachInternetGatewayRequest. builder()AttachInternetGatewayRequest.BuilderAttachInternetGatewayRequest.Builder. dryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.AttachInternetGatewayRequest.BuilderAttachInternetGatewayRequest.Builder. internetGatewayId(String internetGatewayId)The ID of the internet gateway.AttachInternetGatewayRequest.BuilderAttachInternetGatewayRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AttachInternetGatewayRequest.BuilderAttachInternetGatewayRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AttachInternetGatewayRequest.BuilderAttachInternetGatewayRequest. toBuilder()AttachInternetGatewayRequest.BuilderAttachInternetGatewayRequest.Builder. vpcId(String vpcId)The ID of the VPC.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AttachInternetGatewayRequest.Builder Modifier and Type Method Description static Class<? extends AttachInternetGatewayRequest.Builder>AttachInternetGatewayRequest. serializableBuilderClass()
-