| 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 Systems Manager when the server or VM was registered.
|
InstanceInformation |
InstanceInformation.withAgentVersion(String agentVersion)
The version of SSM Agent running on your Linux instance.
|
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 instance.
|
InstanceInformation |
InstanceInformation.withIamRole(String iamRole)
The Amazon Identity and Access Management (IAM) role assigned to the on-premises Systems Manager managed
instance.
|
InstanceInformation |
InstanceInformation.withInstanceId(String instanceId)
The instance ID.
|
InstanceInformation |
InstanceInformation.withIPAddress(String iPAddress)
The IP address of the managed instance.
|
InstanceInformation |
InstanceInformation.withIsLatestVersion(Boolean isLatestVersion)
Indicates whether the latest version of SSM Agent is running on your Linux Managed Instance.
|
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 or virtual machine (VM) when it is activated as a Systems Manager
managed instance.
|
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 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.
|
InstanceInformation |
InstanceInformation.withRegistrationDate(Date registrationDate)
The date the server or VM was registered with AWS as a managed instance.
|
InstanceInformation |
InstanceInformation.withResourceType(ResourceType resourceType)
The type of instance.
|
InstanceInformation |
InstanceInformation.withResourceType(String resourceType)
The type of 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 © 2021. All rights reserved.