Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement.model | |
com.amazonaws.services.simplesystemsmanagement.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<InstanceInformation> |
DescribeInstanceInformationResult.instanceInformationList
The instance information list.
|
Modifier and Type | Method and Description |
---|---|
InstanceInformation |
InstanceInformation.clone() |
InstanceInformation |
InstanceInformation.withAgentVersion(java.lang.String agentVersion)
The version of the SSM agent running on your instance.
|
InstanceInformation |
InstanceInformation.withInstanceId(java.lang.String instanceId)
The instance ID.
|
InstanceInformation |
InstanceInformation.withIsLatestVersion(java.lang.Boolean isLatestVersion)
Indicates whether latest version of the SSM agent is running on your
instance.
|
InstanceInformation |
InstanceInformation.withLastPingDateTime(java.util.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(java.lang.String pingStatus)
Connection status of the SSM agent.
|
InstanceInformation |
InstanceInformation.withPlatformName(java.lang.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(java.lang.String platformType)
The operating system platform type.
|
InstanceInformation |
InstanceInformation.withPlatformVersion(java.lang.String platformVersion)
The version of the OS platform running on your instance.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<InstanceInformation> instanceInformationList)
The instance information list.
|
DescribeInstanceInformationResult |
DescribeInstanceInformationResult.withInstanceInformationList(java.util.Collection<InstanceInformation> instanceInformationList)
The instance information list.
|
Modifier and Type | Method and Description |
---|---|
InstanceInformation |
InstanceInformationJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
InstanceInformationJsonMarshaller.marshall(InstanceInformation instanceInformation,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|