| Package | Description |
|---|---|
| com.amazonaws.services.migrationhubstrategyrecommendations.model |
| Modifier and Type | Method and Description |
|---|---|
Collector |
Collector.clone() |
Collector |
Collector.withCollectorHealth(CollectorHealth collectorHealth)
Indicates the health of a collector.
|
Collector |
Collector.withCollectorHealth(String collectorHealth)
Indicates the health of a collector.
|
Collector |
Collector.withCollectorId(String collectorId)
The ID of the collector.
|
Collector |
Collector.withCollectorVersion(String collectorVersion)
Current version of the collector that is running in the environment that you specify.
|
Collector |
Collector.withConfigurationSummary(ConfigurationSummary configurationSummary)
Summary of the collector configuration.
|
Collector |
Collector.withHostName(String hostName)
Hostname of the server that is hosting the collector.
|
Collector |
Collector.withIpAddress(String ipAddress)
IP address of the server that is hosting the collector.
|
Collector |
Collector.withLastActivityTimeStamp(String lastActivityTimeStamp)
Time when the collector last pinged the service.
|
Collector |
Collector.withRegisteredTimeStamp(String registeredTimeStamp)
Time when the collector registered with the service.
|
| Modifier and Type | Method and Description |
|---|---|
List<Collector> |
ListCollectorsResult.getCollectors()
The list of all the installed collectors.
|
| Modifier and Type | Method and Description |
|---|---|
ListCollectorsResult |
ListCollectorsResult.withCollectors(Collector... collectors)
The list of all the installed collectors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCollectorsResult.setCollectors(Collection<Collector> collectors)
The list of all the installed collectors.
|
ListCollectorsResult |
ListCollectorsResult.withCollectors(Collection<Collector> collectors)
The list of all the installed collectors.
|
Copyright © 2022. All rights reserved.