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