Uses of Class
software.amazon.awssdk.services.ec2.model.EnableVgwRoutePropagationRequest
-
Packages that use EnableVgwRoutePropagationRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform -
-
Uses of EnableVgwRoutePropagationRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type EnableVgwRoutePropagationRequest Modifier and Type Method Description default CompletableFuture<EnableVgwRoutePropagationResponse>Ec2AsyncClient. enableVgwRoutePropagation(EnableVgwRoutePropagationRequest enableVgwRoutePropagationRequest)Enables a virtual private gateway (VGW) to propagate routes to the specified route table of a VPC.default EnableVgwRoutePropagationResponseEc2Client. enableVgwRoutePropagation(EnableVgwRoutePropagationRequest enableVgwRoutePropagationRequest)Enables a virtual private gateway (VGW) to propagate routes to the specified route table of a VPC. -
Uses of EnableVgwRoutePropagationRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type EnableVgwRoutePropagationRequest Modifier and Type Method Description SdkHttpFullRequestEnableVgwRoutePropagationRequestMarshaller. marshall(EnableVgwRoutePropagationRequest enableVgwRoutePropagationRequest)
-