Uses of Class
software.amazon.awssdk.services.ec2.model.RouteServerPropagation
-
Packages that use RouteServerPropagation Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of RouteServerPropagation in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return RouteServerPropagation Modifier and Type Method Description RouteServerPropagationDisableRouteServerPropagationResponse. routeServerPropagation()Information about the disabled route server propagation.RouteServerPropagationEnableRouteServerPropagationResponse. routeServerPropagation()Information about the enabled route server propagation.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type RouteServerPropagation Modifier and Type Method Description 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 RouteServerPropagation Modifier and Type Method Description DisableRouteServerPropagationResponse.BuilderDisableRouteServerPropagationResponse.Builder. routeServerPropagation(RouteServerPropagation routeServerPropagation)Information about the disabled route server propagation.EnableRouteServerPropagationResponse.BuilderEnableRouteServerPropagationResponse.Builder. routeServerPropagation(RouteServerPropagation routeServerPropagation)Information about the enabled route server propagation.GetRouteServerPropagationsResponse.BuilderGetRouteServerPropagationsResponse.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 RouteServerPropagation Modifier and Type Method Description GetRouteServerPropagationsResponse.BuilderGetRouteServerPropagationsResponse.Builder. routeServerPropagations(Collection<RouteServerPropagation> routeServerPropagations)Information about the route propagations for the specified route server.
-