Uses of Class
software.amazon.awssdk.services.ec2.model.RouteServerPropagation
Packages that use RouteServerPropagation
-
Uses of RouteServerPropagation in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return RouteServerPropagationModifier and TypeMethodDescriptionfinal RouteServerPropagationDisableRouteServerPropagationResponse.routeServerPropagation()Information about the disabled route server propagation.final RouteServerPropagationEnableRouteServerPropagationResponse.routeServerPropagation()Information about the enabled route server propagation.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type RouteServerPropagationModifier and TypeMethodDescriptionfinal List<RouteServerPropagation>GetRouteServerPropagationsResponse.routeServerPropagations()Information about the route propagations for the specified route server.Methods in software.amazon.awssdk.services.ec2.model with parameters of type RouteServerPropagationModifier and TypeMethodDescriptionDisableRouteServerPropagationResponse.Builder.routeServerPropagation(RouteServerPropagation routeServerPropagation) Information about the disabled route server propagation.EnableRouteServerPropagationResponse.Builder.routeServerPropagation(RouteServerPropagation routeServerPropagation) Information about the enabled route server propagation.GetRouteServerPropagationsResponse.Builder.routeServerPropagations(RouteServerPropagation... routeServerPropagations) Information about the route propagations for the specified route server.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type RouteServerPropagationModifier and TypeMethodDescriptionGetRouteServerPropagationsResponse.Builder.routeServerPropagations(Collection<RouteServerPropagation> routeServerPropagations) Information about the route propagations for the specified route server.