| Package | Description |
|---|---|
| com.amazonaws.services.servermigration.model |
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.clone() |
Server |
ServerReplicationConfiguration.getServer()
Identifier of the server this replication configuration is associated with.
|
Server |
ServerLaunchConfiguration.getServer()
Identifier of the server the launch configuration is associated with.
|
Server |
Server.withReplicationJobId(String replicationJobId)
The identifier of the replication job.
|
Server |
Server.withReplicationJobTerminated(Boolean replicationJobTerminated)
Indicates whether the replication job is deleted or failed.
|
Server |
Server.withServerId(String serverId)
The identifier 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()
List of servers belonging to a server group.
|
List<Server> |
GetServersResult.getServerList()
Information about the servers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerReplicationConfiguration.setServer(Server server)
Identifier of the server this replication configuration is associated with.
|
void |
ServerLaunchConfiguration.setServer(Server server)
Identifier of the server the launch configuration is associated with.
|
ServerReplicationConfiguration |
ServerReplicationConfiguration.withServer(Server server)
Identifier of the server this replication configuration is associated with.
|
ServerLaunchConfiguration |
ServerLaunchConfiguration.withServer(Server server)
Identifier of the server the launch configuration is associated with.
|
ServerGroup |
ServerGroup.withServerList(Server... serverList)
List of servers belonging 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)
List of servers belonging to a server group.
|
void |
GetServersResult.setServerList(Collection<Server> serverList)
Information about the servers.
|
ServerGroup |
ServerGroup.withServerList(Collection<Server> serverList)
List of servers belonging to a server group.
|
GetServersResult |
GetServersResult.withServerList(Collection<Server> serverList)
Information about the servers.
|
Copyright © 2020. All rights reserved.