Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<InstanceInformation> |
DescribeInstanceInformationResult.getInstanceInformationList()
The instance information list.
|
Modifier and Type | Method and Description |
---|---|
DescribeInstanceInformationResult |
DescribeInstanceInformationResult.withInstanceInformationList(InstanceInformation... instanceInformationList)
The instance information list.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeInstanceInformationResult.setInstanceInformationList(Collection<InstanceInformation> instanceInformationList)
The instance information list.
|
DescribeInstanceInformationResult |
DescribeInstanceInformationResult.withInstanceInformationList(Collection<InstanceInformation> instanceInformationList)
The instance information list.
|
Copyright © 2018. All rights reserved.