Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateVpnGatewayRequest.Builder
Packages that use CreateVpnGatewayRequest.Builder
Package
Description
-
Uses of CreateVpnGatewayRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateVpnGatewayRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.createVpnGateway(Consumer<CreateVpnGatewayRequest.Builder> createVpnGatewayRequest) Creates a virtual private gateway.default CreateVpnGatewayResponseEc2Client.createVpnGateway(Consumer<CreateVpnGatewayRequest.Builder> createVpnGatewayRequest) Creates a virtual private gateway. -
Uses of CreateVpnGatewayRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateVpnGatewayRequest.BuilderModifier and TypeMethodDescriptionCreateVpnGatewayRequest.Builder.amazonSideAsn(Long amazonSideAsn) A private Autonomous System Number (ASN) for the Amazon side of a BGP session.CreateVpnGatewayRequest.Builder.availabilityZone(String availabilityZone) The Availability Zone for the virtual private gateway.CreateVpnGatewayRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.CreateVpnGatewayRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateVpnGatewayRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateVpnGatewayRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to apply to the virtual private gateway.CreateVpnGatewayRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to apply to the virtual private gateway.CreateVpnGatewayRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to apply to the virtual private gateway.CreateVpnGatewayRequest.toBuilder()The type of VPN connection this virtual private gateway supports.CreateVpnGatewayRequest.Builder.type(GatewayType type) The type of VPN connection this virtual private gateway supports.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateVpnGatewayRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateVpnGatewayRequest.Builder>CreateVpnGatewayRequest.serializableBuilderClass()