Uses of Class
com.amazonaws.services.ec2.model.EnableVgwRoutePropagationRequest
Packages that use EnableVgwRoutePropagationRequest
-
Uses of EnableVgwRoutePropagationRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type EnableVgwRoutePropagationRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.enableVgwRoutePropagation
(EnableVgwRoutePropagationRequest request) AmazonEC2.enableVgwRoutePropagation
(EnableVgwRoutePropagationRequest enableVgwRoutePropagationRequest) Enables a virtual private gateway (VGW) to propagate routes to the specified route table of a VPC.AmazonEC2Client.enableVgwRoutePropagation
(EnableVgwRoutePropagationRequest enableVgwRoutePropagationRequest) Enables a virtual private gateway (VGW) to propagate routes to the specified route table of a VPC.AbstractAmazonEC2Async.enableVgwRoutePropagationAsync
(EnableVgwRoutePropagationRequest request) AbstractAmazonEC2Async.enableVgwRoutePropagationAsync
(EnableVgwRoutePropagationRequest request, AsyncHandler<EnableVgwRoutePropagationRequest, EnableVgwRoutePropagationResult> asyncHandler) AmazonEC2Async.enableVgwRoutePropagationAsync
(EnableVgwRoutePropagationRequest enableVgwRoutePropagationRequest) Enables a virtual private gateway (VGW) to propagate routes to the specified route table of a VPC.AmazonEC2Async.enableVgwRoutePropagationAsync
(EnableVgwRoutePropagationRequest enableVgwRoutePropagationRequest, AsyncHandler<EnableVgwRoutePropagationRequest, EnableVgwRoutePropagationResult> asyncHandler) Enables a virtual private gateway (VGW) to propagate routes to the specified route table of a VPC.AmazonEC2AsyncClient.enableVgwRoutePropagationAsync
(EnableVgwRoutePropagationRequest request) AmazonEC2AsyncClient.enableVgwRoutePropagationAsync
(EnableVgwRoutePropagationRequest request, AsyncHandler<EnableVgwRoutePropagationRequest, EnableVgwRoutePropagationResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type EnableVgwRoutePropagationRequestModifier and TypeMethodDescriptionAbstractAmazonEC2Async.enableVgwRoutePropagationAsync
(EnableVgwRoutePropagationRequest request, AsyncHandler<EnableVgwRoutePropagationRequest, EnableVgwRoutePropagationResult> asyncHandler) AmazonEC2Async.enableVgwRoutePropagationAsync
(EnableVgwRoutePropagationRequest enableVgwRoutePropagationRequest, AsyncHandler<EnableVgwRoutePropagationRequest, EnableVgwRoutePropagationResult> asyncHandler) Enables a virtual private gateway (VGW) to propagate routes to the specified route table of a VPC.AmazonEC2AsyncClient.enableVgwRoutePropagationAsync
(EnableVgwRoutePropagationRequest request, AsyncHandler<EnableVgwRoutePropagationRequest, EnableVgwRoutePropagationResult> asyncHandler) -
Uses of EnableVgwRoutePropagationRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return EnableVgwRoutePropagationRequestModifier and TypeMethodDescriptionEnableVgwRoutePropagationRequest.clone()
EnableVgwRoutePropagationRequest.withGatewayId
(String gatewayId) The ID of the virtual private gateway.EnableVgwRoutePropagationRequest.withRouteTableId
(String routeTableId) The ID of the route table.Methods in com.amazonaws.services.ec2.model that return types with arguments of type EnableVgwRoutePropagationRequestModifier and TypeMethodDescriptionEnableVgwRoutePropagationRequest.getDryRunRequest()
This method is intended for internal use only.