| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceProperty |
InstanceProperty.clone() |
InstanceProperty |
InstanceProperty.withActivationId(String activationId)
The activation ID created by Systems Manager when the server or virtual machine (VM) was registered
|
InstanceProperty |
InstanceProperty.withAgentVersion(String agentVersion)
The version of SSM Agent running on your managed node.
|
InstanceProperty |
InstanceProperty.withArchitecture(String architecture)
The CPU architecture of the node.
|
InstanceProperty |
InstanceProperty.withAssociationOverview(InstanceAggregatedAssociationOverview associationOverview) |
InstanceProperty |
InstanceProperty.withAssociationStatus(String associationStatus)
The status of the State Manager association applied to the managed node.
|
InstanceProperty |
InstanceProperty.withComputerName(String computerName)
The fully qualified host name of the managed node.
|
InstanceProperty |
InstanceProperty.withIamRole(String iamRole)
The IAM role used in the hybrid activation to register the node with Systems Manager.
|
InstanceProperty |
InstanceProperty.withInstanceId(String instanceId)
The ID of the managed node.
|
InstanceProperty |
InstanceProperty.withInstanceRole(String instanceRole)
The instance profile attached to the node.
|
InstanceProperty |
InstanceProperty.withInstanceState(String instanceState)
The current state of the node.
|
InstanceProperty |
InstanceProperty.withInstanceType(String instanceType)
The instance type of the managed node.
|
InstanceProperty |
InstanceProperty.withIPAddress(String iPAddress)
The public IPv4 address assigned to the node.
|
InstanceProperty |
InstanceProperty.withKeyName(String keyName)
The name of the key pair associated with the node.
|
InstanceProperty |
InstanceProperty.withLastAssociationExecutionDate(Date lastAssociationExecutionDate)
The date the association was last run.
|
InstanceProperty |
InstanceProperty.withLastPingDateTime(Date lastPingDateTime)
The date and time when the SSM Agent last pinged the Systems Manager service.
|
InstanceProperty |
InstanceProperty.withLastSuccessfulAssociationExecutionDate(Date lastSuccessfulAssociationExecutionDate)
The last date the association was successfully run.
|
InstanceProperty |
InstanceProperty.withLaunchTime(Date launchTime)
The timestamp for when the node was launched.
|
InstanceProperty |
InstanceProperty.withName(String name)
The value of the EC2
Name tag associated with the node. |
InstanceProperty |
InstanceProperty.withPingStatus(PingStatus pingStatus)
Connection status of the SSM Agent on the managed node.
|
InstanceProperty |
InstanceProperty.withPingStatus(String pingStatus)
Connection status of the SSM Agent on the managed node.
|
InstanceProperty |
InstanceProperty.withPlatformName(String platformName)
The name of the operating system platform running on your managed node.
|
InstanceProperty |
InstanceProperty.withPlatformType(PlatformType platformType)
The operating system platform type of the managed node.
|
InstanceProperty |
InstanceProperty.withPlatformType(String platformType)
The operating system platform type of the managed node.
|
InstanceProperty |
InstanceProperty.withPlatformVersion(String platformVersion)
The version of the OS platform running on your managed node.
|
InstanceProperty |
InstanceProperty.withRegistrationDate(Date registrationDate)
The date the node was registered with Systems Manager.
|
InstanceProperty |
InstanceProperty.withResourceType(String resourceType)
The type of managed node.
|
InstanceProperty |
InstanceProperty.withSourceId(String sourceId)
The ID of the source resource.
|
InstanceProperty |
InstanceProperty.withSourceType(SourceType sourceType)
The type of the source resource.
|
InstanceProperty |
InstanceProperty.withSourceType(String sourceType)
The type of the source resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<InstanceProperty> |
DescribeInstancePropertiesResult.getInstanceProperties()
Properties for the managed instances.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeInstancePropertiesResult |
DescribeInstancePropertiesResult.withInstanceProperties(InstanceProperty... instanceProperties)
Properties for the managed instances.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeInstancePropertiesResult.setInstanceProperties(Collection<InstanceProperty> instanceProperties)
Properties for the managed instances.
|
DescribeInstancePropertiesResult |
DescribeInstancePropertiesResult.withInstanceProperties(Collection<InstanceProperty> instanceProperties)
Properties for the managed instances.
|
Copyright © 2024. All rights reserved.