Uses of Class
com.amazonaws.services.ec2.model.DisableVgwRoutePropagationRequest
Packages that use DisableVgwRoutePropagationRequest
-
Uses of DisableVgwRoutePropagationRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type DisableVgwRoutePropagationRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.disableVgwRoutePropagation
(DisableVgwRoutePropagationRequest request) AmazonEC2.disableVgwRoutePropagation
(DisableVgwRoutePropagationRequest disableVgwRoutePropagationRequest) Disables a virtual private gateway (VGW) from propagating routes to a specified route table of a VPC.AmazonEC2Client.disableVgwRoutePropagation
(DisableVgwRoutePropagationRequest disableVgwRoutePropagationRequest) Disables a virtual private gateway (VGW) from propagating routes to a specified route table of a VPC.AbstractAmazonEC2Async.disableVgwRoutePropagationAsync
(DisableVgwRoutePropagationRequest request) AbstractAmazonEC2Async.disableVgwRoutePropagationAsync
(DisableVgwRoutePropagationRequest request, AsyncHandler<DisableVgwRoutePropagationRequest, DisableVgwRoutePropagationResult> asyncHandler) AmazonEC2Async.disableVgwRoutePropagationAsync
(DisableVgwRoutePropagationRequest disableVgwRoutePropagationRequest) Disables a virtual private gateway (VGW) from propagating routes to a specified route table of a VPC.AmazonEC2Async.disableVgwRoutePropagationAsync
(DisableVgwRoutePropagationRequest disableVgwRoutePropagationRequest, AsyncHandler<DisableVgwRoutePropagationRequest, DisableVgwRoutePropagationResult> asyncHandler) Disables a virtual private gateway (VGW) from propagating routes to a specified route table of a VPC.AmazonEC2AsyncClient.disableVgwRoutePropagationAsync
(DisableVgwRoutePropagationRequest request) AmazonEC2AsyncClient.disableVgwRoutePropagationAsync
(DisableVgwRoutePropagationRequest request, AsyncHandler<DisableVgwRoutePropagationRequest, DisableVgwRoutePropagationResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type DisableVgwRoutePropagationRequestModifier and TypeMethodDescriptionAbstractAmazonEC2Async.disableVgwRoutePropagationAsync
(DisableVgwRoutePropagationRequest request, AsyncHandler<DisableVgwRoutePropagationRequest, DisableVgwRoutePropagationResult> asyncHandler) AmazonEC2Async.disableVgwRoutePropagationAsync
(DisableVgwRoutePropagationRequest disableVgwRoutePropagationRequest, AsyncHandler<DisableVgwRoutePropagationRequest, DisableVgwRoutePropagationResult> asyncHandler) Disables a virtual private gateway (VGW) from propagating routes to a specified route table of a VPC.AmazonEC2AsyncClient.disableVgwRoutePropagationAsync
(DisableVgwRoutePropagationRequest request, AsyncHandler<DisableVgwRoutePropagationRequest, DisableVgwRoutePropagationResult> asyncHandler) -
Uses of DisableVgwRoutePropagationRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DisableVgwRoutePropagationRequestModifier and TypeMethodDescriptionDisableVgwRoutePropagationRequest.clone()
DisableVgwRoutePropagationRequest.withGatewayId
(String gatewayId) The ID of the virtual private gateway.DisableVgwRoutePropagationRequest.withRouteTableId
(String routeTableId) The ID of the route table.Methods in com.amazonaws.services.ec2.model that return types with arguments of type DisableVgwRoutePropagationRequestModifier and TypeMethodDescriptionDisableVgwRoutePropagationRequest.getDryRunRequest()
This method is intended for internal use only.