| Package | Description |
|---|---|
| com.amazonaws.services.servermigration.model |
| Modifier and Type | Method and Description |
|---|---|
VmServerAddress |
VmServerAddress.clone() |
VmServerAddress |
VmServer.getVmServerAddress()
Information about the VM server location.
|
VmServerAddress |
VmServerAddress.withVmId(String vmId)
The identifier of the VM.
|
VmServerAddress |
VmServerAddress.withVmManagerId(String vmManagerId)
The identifier of the VM manager.
|
| Modifier and Type | Method and Description |
|---|---|
List<VmServerAddress> |
GetServersRequest.getVmServerAddressList()
List of
VmServerAddress objects |
| Modifier and Type | Method and Description |
|---|---|
void |
VmServer.setVmServerAddress(VmServerAddress vmServerAddress)
Information about the VM server location.
|
VmServer |
VmServer.withVmServerAddress(VmServerAddress vmServerAddress)
Information about the VM server location.
|
GetServersRequest |
GetServersRequest.withVmServerAddressList(VmServerAddress... vmServerAddressList)
List of
VmServerAddress objects |
| Modifier and Type | Method and Description |
|---|---|
void |
GetServersRequest.setVmServerAddressList(Collection<VmServerAddress> vmServerAddressList)
List of
VmServerAddress objects |
GetServersRequest |
GetServersRequest.withVmServerAddressList(Collection<VmServerAddress> vmServerAddressList)
List of
VmServerAddress objects |
Copyright © 2020. All rights reserved.