| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceInformation |
InstanceInformation.clone() |
InstanceInformation |
InstanceInformation.withActivationId(String activationId)
The activation ID created by Amazon Web Services Systems Manager when the server or virtual machine (VM) was
registered.
|
InstanceInformation |
InstanceInformation.withAgentVersion(String agentVersion)
The version of SSM Agent running on your Linux managed node.
|
InstanceInformation |
InstanceInformation.withAssociationOverview(InstanceAggregatedAssociationOverview associationOverview)
Information about the association.
|
InstanceInformation |
InstanceInformation.withAssociationStatus(String associationStatus)
The status of the association.
|
InstanceInformation |
InstanceInformation.withComputerName(String computerName)
The fully qualified host name of the managed node.
|
InstanceInformation |
InstanceInformation.withIamRole(String iamRole)
The Identity and Access Management (IAM) role assigned to the on-premises Systems Manager managed node.
|
InstanceInformation |
InstanceInformation.withInstanceId(String instanceId)
The managed node ID.
|
InstanceInformation |
InstanceInformation.withIPAddress(String iPAddress)
The IP address of the managed node.
|
InstanceInformation |
InstanceInformation.withIsLatestVersion(Boolean isLatestVersion)
Indicates whether the latest version of SSM Agent is running on your Linux managed node.
|
InstanceInformation |
InstanceInformation.withLastAssociationExecutionDate(Date lastAssociationExecutionDate)
The date the association was last run.
|
InstanceInformation |
InstanceInformation.withLastPingDateTime(Date lastPingDateTime)
The date and time when the agent last pinged the Systems Manager service.
|
InstanceInformation |
InstanceInformation.withLastSuccessfulAssociationExecutionDate(Date lastSuccessfulAssociationExecutionDate)
The last date the association was successfully run.
|
InstanceInformation |
InstanceInformation.withName(String name)
The name assigned to an on-premises server, edge device, or virtual machine (VM) when it is activated as a
Systems Manager managed node.
|
InstanceInformation |
InstanceInformation.withPingStatus(PingStatus pingStatus)
Connection status of SSM Agent.
|
InstanceInformation |
InstanceInformation.withPingStatus(String pingStatus)
Connection status of SSM Agent.
|
InstanceInformation |
InstanceInformation.withPlatformName(String platformName)
The name of the operating system platform running on your managed node.
|
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 managed node.
|
InstanceInformation |
InstanceInformation.withRegistrationDate(Date registrationDate)
The date the server or VM was registered with Amazon Web Services as a managed node.
|
InstanceInformation |
InstanceInformation.withResourceType(ResourceType resourceType)
The type of instance.
|
InstanceInformation |
InstanceInformation.withResourceType(String resourceType)
The type of instance.
|
InstanceInformation |
InstanceInformation.withSourceId(String sourceId)
The ID of the source resource.
|
InstanceInformation |
InstanceInformation.withSourceType(SourceType sourceType)
The type of the source resource.
|
InstanceInformation |
InstanceInformation.withSourceType(String sourceType)
The type of the source resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<InstanceInformation> |
DescribeInstanceInformationResult.getInstanceInformationList()
The managed node information list.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeInstanceInformationResult |
DescribeInstanceInformationResult.withInstanceInformationList(InstanceInformation... instanceInformationList)
The managed node information list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeInstanceInformationResult.setInstanceInformationList(Collection<InstanceInformation> instanceInformationList)
The managed node information list.
|
DescribeInstanceInformationResult |
DescribeInstanceInformationResult.withInstanceInformationList(Collection<InstanceInformation> instanceInformationList)
The managed node information list.
|
Copyright © 2023. All rights reserved.