| Package | Description |
|---|---|
| com.amazonaws.services.servermigration.model |
| Modifier and Type | Method and Description |
|---|---|
Connector |
Connector.clone() |
Connector |
Connector.withAssociatedOn(Date associatedOn)
The time the connector was associated.
|
Connector |
Connector.withCapabilityList(Collection<String> capabilityList)
The capabilities of the connector.
|
Connector |
Connector.withCapabilityList(ConnectorCapability... capabilityList)
The capabilities of the connector.
|
Connector |
Connector.withCapabilityList(String... capabilityList)
The capabilities of the connector.
|
Connector |
Connector.withConnectorId(String connectorId)
The ID of the connector.
|
Connector |
Connector.withIpAddress(String ipAddress)
The IP address of the connector.
|
Connector |
Connector.withMacAddress(String macAddress)
The MAC address of the connector.
|
Connector |
Connector.withStatus(ConnectorStatus status)
The status of the connector.
|
Connector |
Connector.withStatus(String status)
The status of the connector.
|
Connector |
Connector.withVersion(String version)
The connector version.
|
Connector |
Connector.withVmManagerId(String vmManagerId)
The ID of the VM manager.
|
Connector |
Connector.withVmManagerName(String vmManagerName)
The name of the VM manager.
|
Connector |
Connector.withVmManagerType(String vmManagerType)
The VM management product.
|
Connector |
Connector.withVmManagerType(VmManagerType vmManagerType)
The VM management product.
|
| Modifier and Type | Method and Description |
|---|---|
List<Connector> |
GetConnectorsResult.getConnectorList()
Information about the registered connectors.
|
| Modifier and Type | Method and Description |
|---|---|
GetConnectorsResult |
GetConnectorsResult.withConnectorList(Connector... connectorList)
Information about the registered connectors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetConnectorsResult.setConnectorList(Collection<Connector> connectorList)
Information about the registered connectors.
|
GetConnectorsResult |
GetConnectorsResult.withConnectorList(Collection<Connector> connectorList)
Information about the registered connectors.
|
Copyright © 2025. All rights reserved.