Uses of Class
software.amazon.awssdk.services.ec2.model.EnableVgwRoutePropagationResponse
Packages that use EnableVgwRoutePropagationResponse
-
Uses of EnableVgwRoutePropagationResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return EnableVgwRoutePropagationResponseModifier and TypeMethodDescriptionEc2Client.enableVgwRoutePropagation(Consumer<EnableVgwRoutePropagationRequest.Builder> enableVgwRoutePropagationRequest) Enables a virtual private gateway (VGW) to propagate routes to the specified route table of a VPC.Ec2Client.enableVgwRoutePropagation(EnableVgwRoutePropagationRequest enableVgwRoutePropagationRequest) Enables a virtual private gateway (VGW) to propagate routes to the specified route table of a VPC.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type EnableVgwRoutePropagationResponseModifier and TypeMethodDescriptionEc2AsyncClient.enableVgwRoutePropagation(Consumer<EnableVgwRoutePropagationRequest.Builder> enableVgwRoutePropagationRequest) Enables a virtual private gateway (VGW) to propagate routes to the specified route table of a VPC.Ec2AsyncClient.enableVgwRoutePropagation(EnableVgwRoutePropagationRequest enableVgwRoutePropagationRequest) Enables a virtual private gateway (VGW) to propagate routes to the specified route table of a VPC.