Uses of Enum
software.amazon.awssdk.services.ec2.model.RouteServerPeerLivenessMode
Packages that use RouteServerPeerLivenessMode
-
Uses of RouteServerPeerLivenessMode in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return RouteServerPeerLivenessModeModifier and TypeMethodDescriptionstatic RouteServerPeerLivenessModeUse this in place of valueOf to convert the raw string returned by the service into the enum value.RouteServerBgpOptions.peerLivenessDetection()The liveness detection protocol used for the BGP peer.RouteServerBgpOptionsRequest.peerLivenessDetection()The requested liveness detection protocol for the BGP peer.static RouteServerPeerLivenessModeReturns the enum constant of this type with the specified name.static RouteServerPeerLivenessMode[]RouteServerPeerLivenessMode.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 RouteServerPeerLivenessModeModifier and TypeMethodDescriptionstatic Set<RouteServerPeerLivenessMode>RouteServerPeerLivenessMode.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type RouteServerPeerLivenessModeModifier and TypeMethodDescriptionRouteServerBgpOptions.Builder.peerLivenessDetection(RouteServerPeerLivenessMode peerLivenessDetection) The liveness detection protocol used for the BGP peer.RouteServerBgpOptionsRequest.Builder.peerLivenessDetection(RouteServerPeerLivenessMode peerLivenessDetection) The requested liveness detection protocol for the BGP peer.