Uses of Interface
software.amazon.awssdk.services.ec2.model.EnableVgwRoutePropagationRequest.Builder
-
Packages that use EnableVgwRoutePropagationRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of EnableVgwRoutePropagationRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type EnableVgwRoutePropagationRequest.Builder Modifier and Type Method Description default CompletableFuture<EnableVgwRoutePropagationResponse>Ec2AsyncClient. enableVgwRoutePropagation(Consumer<EnableVgwRoutePropagationRequest.Builder> enableVgwRoutePropagationRequest)Enables a virtual private gateway (VGW) to propagate routes to the specified route table of a VPC.default EnableVgwRoutePropagationResponseEc2Client. enableVgwRoutePropagation(Consumer<EnableVgwRoutePropagationRequest.Builder> enableVgwRoutePropagationRequest)Enables a virtual private gateway (VGW) to propagate routes to the specified route table of a VPC. -
Uses of EnableVgwRoutePropagationRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return EnableVgwRoutePropagationRequest.Builder Modifier and Type Method Description static EnableVgwRoutePropagationRequest.BuilderEnableVgwRoutePropagationRequest. builder()EnableVgwRoutePropagationRequest.BuilderEnableVgwRoutePropagationRequest.Builder. dryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.EnableVgwRoutePropagationRequest.BuilderEnableVgwRoutePropagationRequest.Builder. gatewayId(String gatewayId)The ID of the virtual private gateway that is attached to a VPC.EnableVgwRoutePropagationRequest.BuilderEnableVgwRoutePropagationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)EnableVgwRoutePropagationRequest.BuilderEnableVgwRoutePropagationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)EnableVgwRoutePropagationRequest.BuilderEnableVgwRoutePropagationRequest.Builder. routeTableId(String routeTableId)The ID of the route table.EnableVgwRoutePropagationRequest.BuilderEnableVgwRoutePropagationRequest. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type EnableVgwRoutePropagationRequest.Builder Modifier and Type Method Description static Class<? extends EnableVgwRoutePropagationRequest.Builder>EnableVgwRoutePropagationRequest. serializableBuilderClass()
-