Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.PingStatus
-
Packages that use PingStatus Package Description com.amazonaws.services.simplesystemsmanagement.model -
-
Uses of PingStatus in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return PingStatus Modifier and Type Method Description static PingStatus
PingStatus. fromValue(String value)
Use this in place of valueOf.static PingStatus
PingStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static PingStatus[]
PingStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.simplesystemsmanagement.model with parameters of type PingStatus Modifier and Type Method Description void
InstanceInformation. setPingStatus(PingStatus pingStatus)
Connection status of the SSM agent.InstanceInformation
InstanceInformation. withPingStatus(PingStatus pingStatus)
Connection status of the SSM agent.
-