Uses of Interface
software.amazon.awssdk.services.ec2.model.EnableRouteServerPropagationRequest.Builder
Packages that use EnableRouteServerPropagationRequest.Builder
Package
Description
-
Uses of EnableRouteServerPropagationRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type EnableRouteServerPropagationRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.enableRouteServerPropagation(Consumer<EnableRouteServerPropagationRequest.Builder> enableRouteServerPropagationRequest) Defines which route tables the route server can update with routes.Ec2Client.enableRouteServerPropagation(Consumer<EnableRouteServerPropagationRequest.Builder> enableRouteServerPropagationRequest) Defines which route tables the route server can update with routes. -
Uses of EnableRouteServerPropagationRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return EnableRouteServerPropagationRequest.BuilderModifier and TypeMethodDescriptionEnableRouteServerPropagationRequest.builder()A check for whether you have the required permissions for the action without actually making the request and provides an error response.EnableRouteServerPropagationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) EnableRouteServerPropagationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) EnableRouteServerPropagationRequest.Builder.routeServerId(String routeServerId) The ID of the route server for which to enable propagation.EnableRouteServerPropagationRequest.Builder.routeTableId(String routeTableId) The ID of the route table to which route server will propagate routes.EnableRouteServerPropagationRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type EnableRouteServerPropagationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends EnableRouteServerPropagationRequest.Builder>EnableRouteServerPropagationRequest.serializableBuilderClass()