Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateVpnConcentratorRequest.Builder
Packages that use CreateVpnConcentratorRequest.Builder
Package
Description
-
Uses of CreateVpnConcentratorRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateVpnConcentratorRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.createVpnConcentrator(Consumer<CreateVpnConcentratorRequest.Builder> createVpnConcentratorRequest) Creates a VPN concentrator that aggregates multiple VPN connections to a transit gateway.default CreateVpnConcentratorResponseEc2Client.createVpnConcentrator(Consumer<CreateVpnConcentratorRequest.Builder> createVpnConcentratorRequest) Creates a VPN concentrator that aggregates multiple VPN connections to a transit gateway. -
Uses of CreateVpnConcentratorRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateVpnConcentratorRequest.BuilderModifier and TypeMethodDescriptionCreateVpnConcentratorRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.CreateVpnConcentratorRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateVpnConcentratorRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateVpnConcentratorRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to apply to the VPN concentrator during creation.CreateVpnConcentratorRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to apply to the VPN concentrator during creation.CreateVpnConcentratorRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to apply to the VPN concentrator during creation.CreateVpnConcentratorRequest.toBuilder()CreateVpnConcentratorRequest.Builder.transitGatewayId(String transitGatewayId) The ID of the transit gateway to attach the VPN concentrator to.The type of VPN concentrator to create.CreateVpnConcentratorRequest.Builder.type(VpnConcentratorType type) The type of VPN concentrator to create.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateVpnConcentratorRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateVpnConcentratorRequest.Builder>CreateVpnConcentratorRequest.serializableBuilderClass()