| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateVpnGatewayResponse> |
Ec2AsyncClient.createVpnGateway(Consumer<CreateVpnGatewayRequest.Builder> createVpnGatewayRequest)
Creates a virtual private gateway.
|
default CreateVpnGatewayResponse |
Ec2Client.createVpnGateway(Consumer<CreateVpnGatewayRequest.Builder> createVpnGatewayRequest)
Creates a virtual private gateway.
|
| Modifier and Type | Method and Description |
|---|---|
CreateVpnGatewayRequest.Builder |
CreateVpnGatewayRequest.Builder.amazonSideAsn(Long amazonSideAsn)
A private Autonomous System Number (ASN) for the Amazon side of a BGP session.
|
CreateVpnGatewayRequest.Builder |
CreateVpnGatewayRequest.Builder.availabilityZone(String availabilityZone)
The Availability Zone for the virtual private gateway.
|
static CreateVpnGatewayRequest.Builder |
CreateVpnGatewayRequest.builder() |
CreateVpnGatewayRequest.Builder |
CreateVpnGatewayRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateVpnGatewayRequest.Builder |
CreateVpnGatewayRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateVpnGatewayRequest.Builder |
CreateVpnGatewayRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the virtual private gateway.
|
CreateVpnGatewayRequest.Builder |
CreateVpnGatewayRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to apply to the virtual private gateway.
|
CreateVpnGatewayRequest.Builder |
CreateVpnGatewayRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the virtual private gateway.
|
CreateVpnGatewayRequest.Builder |
CreateVpnGatewayRequest.toBuilder() |
CreateVpnGatewayRequest.Builder |
CreateVpnGatewayRequest.Builder.type(GatewayType type)
The type of VPN connection this virtual private gateway supports.
|
CreateVpnGatewayRequest.Builder |
CreateVpnGatewayRequest.Builder.type(String type)
The type of VPN connection this virtual private gateway supports.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateVpnGatewayRequest.Builder> |
CreateVpnGatewayRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.