Uses of Interface
software.amazon.awssdk.services.ec2.model.DisableRouteServerPropagationRequest.Builder
Packages that use DisableRouteServerPropagationRequest.Builder
Package
Description
-
Uses of DisableRouteServerPropagationRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DisableRouteServerPropagationRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.disableRouteServerPropagation(Consumer<DisableRouteServerPropagationRequest.Builder> disableRouteServerPropagationRequest) Disables route propagation from a route server to a specified route table.Ec2Client.disableRouteServerPropagation(Consumer<DisableRouteServerPropagationRequest.Builder> disableRouteServerPropagationRequest) Disables route propagation from a route server to a specified route table. -
Uses of DisableRouteServerPropagationRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DisableRouteServerPropagationRequest.BuilderModifier and TypeMethodDescriptionDisableRouteServerPropagationRequest.builder()A check for whether you have the required permissions for the action without actually making the request and provides an error response.DisableRouteServerPropagationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DisableRouteServerPropagationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DisableRouteServerPropagationRequest.Builder.routeServerId(String routeServerId) The ID of the route server for which to disable propagation.DisableRouteServerPropagationRequest.Builder.routeTableId(String routeTableId) The ID of the route table for which to disable route server propagation.DisableRouteServerPropagationRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DisableRouteServerPropagationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DisableRouteServerPropagationRequest.Builder>DisableRouteServerPropagationRequest.serializableBuilderClass()