| Package | Description |
|---|---|
| com.amazonaws.services.servermigration.model |
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.clone() |
Server |
ServerValidationOutput.getServer() |
Server |
ServerValidationConfiguration.getServer() |
Server |
ServerReplicationConfiguration.getServer()
The ID of the server with which this replication configuration is associated.
|
Server |
ServerLaunchConfiguration.getServer()
The ID of the server with which the launch configuration is associated.
|
Server |
Server.withReplicationJobId(String replicationJobId)
The ID of the replication job.
|
Server |
Server.withReplicationJobTerminated(Boolean replicationJobTerminated)
Indicates whether the replication job is deleted or failed.
|
Server |
Server.withServerId(String serverId)
The ID of the server.
|
Server |
Server.withServerType(ServerType serverType)
The type of server.
|
Server |
Server.withServerType(String serverType)
The type of server.
|
Server |
Server.withVmServer(VmServer vmServer)
Information about the VM server.
|
| Modifier and Type | Method and Description |
|---|---|
List<Server> |
ServerGroup.getServerList()
The servers that belong to a server group.
|
List<Server> |
GetServersResult.getServerList()
Information about the servers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerValidationOutput.setServer(Server server) |
void |
ServerValidationConfiguration.setServer(Server server) |
void |
ServerReplicationConfiguration.setServer(Server server)
The ID of the server with which this replication configuration is associated.
|
void |
ServerLaunchConfiguration.setServer(Server server)
The ID of the server with which the launch configuration is associated.
|
ServerValidationOutput |
ServerValidationOutput.withServer(Server server) |
ServerValidationConfiguration |
ServerValidationConfiguration.withServer(Server server) |
ServerReplicationConfiguration |
ServerReplicationConfiguration.withServer(Server server)
The ID of the server with which this replication configuration is associated.
|
ServerLaunchConfiguration |
ServerLaunchConfiguration.withServer(Server server)
The ID of the server with which the launch configuration is associated.
|
ServerGroup |
ServerGroup.withServerList(Server... serverList)
The servers that belong to a server group.
|
GetServersResult |
GetServersResult.withServerList(Server... serverList)
Information about the servers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerGroup.setServerList(Collection<Server> serverList)
The servers that belong to a server group.
|
void |
GetServersResult.setServerList(Collection<Server> serverList)
Information about the servers.
|
ServerGroup |
ServerGroup.withServerList(Collection<Server> serverList)
The servers that belong to a server group.
|
GetServersResult |
GetServersResult.withServerList(Collection<Server> serverList)
Information about the servers.
|
Copyright © 2020. All rights reserved.