Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.InstanceInformation
Packages that use InstanceInformation
-
Uses of InstanceInformation in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return InstanceInformationModifier and TypeMethodDescriptionInstanceInformation.clone()
InstanceInformation.withAgentVersion
(String agentVersion) The version of the SSM agent running on your instance.InstanceInformation.withInstanceId
(String instanceId) The instance ID.InstanceInformation.withIsLatestVersion
(Boolean isLatestVersion) Indicates whether latest version of the SSM agent is running on your instance.InstanceInformation.withLastPingDateTime
(Date lastPingDateTime) The date and time when agent last pinged SSM service.InstanceInformation.withPingStatus
(PingStatus pingStatus) Connection status of the SSM agent.InstanceInformation.withPingStatus
(String pingStatus) Connection status of the SSM agent.InstanceInformation.withPlatformName
(String platformName) The name of the operating system platform running on your instance.InstanceInformation.withPlatformType
(PlatformType platformType) The operating system platform type.InstanceInformation.withPlatformType
(String platformType) The operating system platform type.InstanceInformation.withPlatformVersion
(String platformVersion) The version of the OS platform running on your instance.Methods in com.amazonaws.services.simplesystemsmanagement.model that return types with arguments of type InstanceInformationModifier and TypeMethodDescriptionDescribeInstanceInformationResult.getInstanceInformationList()
The instance information list.Methods in com.amazonaws.services.simplesystemsmanagement.model with parameters of type InstanceInformationModifier and TypeMethodDescriptionDescribeInstanceInformationResult.withInstanceInformationList
(InstanceInformation... instanceInformationList) The instance information list.Method parameters in com.amazonaws.services.simplesystemsmanagement.model with type arguments of type InstanceInformationModifier and TypeMethodDescriptionvoid
DescribeInstanceInformationResult.setInstanceInformationList
(Collection<InstanceInformation> instanceInformationList) The instance information list.DescribeInstanceInformationResult.withInstanceInformationList
(Collection<InstanceInformation> instanceInformationList) The instance information list.