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 InstanceInformationInstanceInformation. clone()InstanceInformationInstanceInformation. withAgentVersion(String agentVersion)The version of the SSM agent running on your instance.InstanceInformationInstanceInformation. withInstanceId(String instanceId)The instance ID.InstanceInformationInstanceInformation. withIsLatestVersion(Boolean isLatestVersion)Indicates whether latest version of the SSM agent is running on your instance.InstanceInformationInstanceInformation. withLastPingDateTime(Date lastPingDateTime)The date and time when agent last pinged SSM service.InstanceInformationInstanceInformation. withPingStatus(PingStatus pingStatus)Connection status of the SSM agent.InstanceInformationInstanceInformation. withPingStatus(String pingStatus)Connection status of the SSM agent.InstanceInformationInstanceInformation. withPlatformName(String platformName)The name of the operating system platform running on your instance.InstanceInformationInstanceInformation. withPlatformType(PlatformType platformType)The operating system platform type.InstanceInformationInstanceInformation. withPlatformType(String platformType)The operating system platform type.InstanceInformationInstanceInformation. 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 DescribeInstanceInformationResultDescribeInstanceInformationResult. 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 voidDescribeInstanceInformationResult. setInstanceInformationList(Collection<InstanceInformation> instanceInformationList)The instance information list.DescribeInstanceInformationResultDescribeInstanceInformationResult. withInstanceInformationList(Collection<InstanceInformation> instanceInformationList)The instance information list.
-