| Package | Description |
|---|---|
| com.amazonaws.services.migrationhuborchestrator.model |
| Modifier and Type | Method and Description |
|---|---|
PluginSummary |
PluginSummary.clone() |
PluginSummary |
PluginSummary.withHostname(String hostname)
The name of the host.
|
PluginSummary |
PluginSummary.withIpAddress(String ipAddress)
The IP address at which the plugin is located.
|
PluginSummary |
PluginSummary.withPluginId(String pluginId)
The ID of the plugin.
|
PluginSummary |
PluginSummary.withRegisteredTime(String registeredTime)
The time at which the plugin was registered.
|
PluginSummary |
PluginSummary.withStatus(PluginHealth status)
The status of the plugin.
|
PluginSummary |
PluginSummary.withStatus(String status)
The status of the plugin.
|
PluginSummary |
PluginSummary.withVersion(String version)
The version of the plugin.
|
| Modifier and Type | Method and Description |
|---|---|
List<PluginSummary> |
ListPluginsResult.getPlugins()
Migration Hub Orchestrator plugins.
|
| Modifier and Type | Method and Description |
|---|---|
ListPluginsResult |
ListPluginsResult.withPlugins(PluginSummary... plugins)
Migration Hub Orchestrator plugins.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPluginsResult.setPlugins(Collection<PluginSummary> plugins)
Migration Hub Orchestrator plugins.
|
ListPluginsResult |
ListPluginsResult.withPlugins(Collection<PluginSummary> plugins)
Migration Hub Orchestrator plugins.
|
Copyright © 2024. All rights reserved.