Uses of Interface
software.amazon.awssdk.services.ec2.model.AttachVpnGatewayRequest.Builder
Packages that use AttachVpnGatewayRequest.Builder
Package
Description
-
Uses of AttachVpnGatewayRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type AttachVpnGatewayRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.attachVpnGateway(Consumer<AttachVpnGatewayRequest.Builder> attachVpnGatewayRequest) Attaches an available virtual private gateway to a VPC.default AttachVpnGatewayResponseEc2Client.attachVpnGateway(Consumer<AttachVpnGatewayRequest.Builder> attachVpnGatewayRequest) Attaches an available 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.BuilderModifier and TypeMethodDescriptionAttachVpnGatewayRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.AttachVpnGatewayRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AttachVpnGatewayRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) AttachVpnGatewayRequest.toBuilder()The ID of the VPC.AttachVpnGatewayRequest.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.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AttachVpnGatewayRequest.Builder>AttachVpnGatewayRequest.serializableBuilderClass()