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