| Package | Description |
|---|---|
| com.amazonaws.services.panorama.model |
| Modifier and Type | Method and Description |
|---|---|
NodeInstance |
NodeInstance.clone() |
NodeInstance |
NodeInstance.withCurrentStatus(NodeInstanceStatus currentStatus)
The instance's current status.
|
NodeInstance |
NodeInstance.withCurrentStatus(String currentStatus)
The instance's current status.
|
NodeInstance |
NodeInstance.withNodeId(String nodeId)
The node's ID.
|
NodeInstance |
NodeInstance.withNodeInstanceId(String nodeInstanceId)
The instance's ID.
|
NodeInstance |
NodeInstance.withNodeName(String nodeName)
The instance's name.
|
NodeInstance |
NodeInstance.withPackageName(String packageName)
The instance's package name.
|
NodeInstance |
NodeInstance.withPackagePatchVersion(String packagePatchVersion)
The instance's package patch version.
|
NodeInstance |
NodeInstance.withPackageVersion(String packageVersion)
The instance's package version.
|
| Modifier and Type | Method and Description |
|---|---|
List<NodeInstance> |
ListApplicationInstanceNodeInstancesResult.getNodeInstances()
A list of node instances.
|
| Modifier and Type | Method and Description |
|---|---|
ListApplicationInstanceNodeInstancesResult |
ListApplicationInstanceNodeInstancesResult.withNodeInstances(NodeInstance... nodeInstances)
A list of node instances.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListApplicationInstanceNodeInstancesResult.setNodeInstances(Collection<NodeInstance> nodeInstances)
A list of node instances.
|
ListApplicationInstanceNodeInstancesResult |
ListApplicationInstanceNodeInstancesResult.withNodeInstances(Collection<NodeInstance> nodeInstances)
A list of node instances.
|
Copyright © 2025. All rights reserved.