Uses of Enum
software.amazon.awssdk.services.ec2.model.RouteServerPersistRoutesAction
Packages that use RouteServerPersistRoutesAction
-
Uses of RouteServerPersistRoutesAction in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return RouteServerPersistRoutesActionModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.CreateRouteServerRequest.persistRoutes()Indicates whether routes should be persisted after all BGP sessions are terminated.ModifyRouteServerRequest.persistRoutes()Specifies whether to persist routes after all BGP sessions are terminated.Returns the enum constant of this type with the specified name.static RouteServerPersistRoutesAction[]RouteServerPersistRoutesAction.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type RouteServerPersistRoutesActionModifier and TypeMethodDescriptionstatic Set<RouteServerPersistRoutesAction>RouteServerPersistRoutesAction.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type RouteServerPersistRoutesActionModifier and TypeMethodDescriptionCreateRouteServerRequest.Builder.persistRoutes(RouteServerPersistRoutesAction persistRoutes) Indicates whether routes should be persisted after all BGP sessions are terminated.ModifyRouteServerRequest.Builder.persistRoutes(RouteServerPersistRoutesAction persistRoutes) Specifies whether to persist routes after all BGP sessions are terminated.