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