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