Uses of Enum
software.amazon.awssdk.services.ssm.model.PingStatus
Packages that use PingStatus
-
Uses of PingStatus in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return PingStatusModifier and TypeMethodDescriptionstatic PingStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final PingStatusInstanceInformation.pingStatus()Connection status of SSM Agent.final PingStatusInstanceProperty.pingStatus()Connection status of the SSM Agent on the managed node.static PingStatusReturns 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 software.amazon.awssdk.services.ssm.model that return types with arguments of type PingStatusMethods in software.amazon.awssdk.services.ssm.model with parameters of type PingStatusModifier and TypeMethodDescriptionInstanceInformation.Builder.pingStatus(PingStatus pingStatus) Connection status of SSM Agent.InstanceProperty.Builder.pingStatus(PingStatus pingStatus) Connection status of the SSM Agent on the managed node.