| Package | Description |
|---|---|
| com.amazonaws.services.servermigration.model |
| Modifier and Type | Method and Description |
|---|---|
ServerGroup |
ServerGroup.clone() |
ServerGroup |
ServerGroup.withName(String name)
Name of a server group.
|
ServerGroup |
ServerGroup.withServerGroupId(String serverGroupId)
Identifier of a server group.
|
ServerGroup |
ServerGroup.withServerList(Collection<Server> serverList)
List of servers belonging to a server group.
|
ServerGroup |
ServerGroup.withServerList(Server... serverList)
List of servers belonging to a server group.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServerGroup> |
GetAppResult.getServerGroups()
List of server groups belonging to the application.
|
List<ServerGroup> |
UpdateAppResult.getServerGroups()
List of updated server groups in the application.
|
List<ServerGroup> |
CreateAppResult.getServerGroups()
List of server groups included in the application.
|
List<ServerGroup> |
CreateAppRequest.getServerGroups()
List of server groups to include in the application.
|
List<ServerGroup> |
UpdateAppRequest.getServerGroups()
List of server groups in the application to update.
|
| Modifier and Type | Method and Description |
|---|---|
GetAppResult |
GetAppResult.withServerGroups(ServerGroup... serverGroups)
List of server groups belonging to the application.
|
UpdateAppResult |
UpdateAppResult.withServerGroups(ServerGroup... serverGroups)
List of updated server groups in the application.
|
CreateAppResult |
CreateAppResult.withServerGroups(ServerGroup... serverGroups)
List of server groups included in the application.
|
CreateAppRequest |
CreateAppRequest.withServerGroups(ServerGroup... serverGroups)
List of server groups to include in the application.
|
UpdateAppRequest |
UpdateAppRequest.withServerGroups(ServerGroup... serverGroups)
List of server groups in the application to update.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetAppResult.setServerGroups(Collection<ServerGroup> serverGroups)
List of server groups belonging to the application.
|
void |
UpdateAppResult.setServerGroups(Collection<ServerGroup> serverGroups)
List of updated server groups in the application.
|
void |
CreateAppResult.setServerGroups(Collection<ServerGroup> serverGroups)
List of server groups included in the application.
|
void |
CreateAppRequest.setServerGroups(Collection<ServerGroup> serverGroups)
List of server groups to include in the application.
|
void |
UpdateAppRequest.setServerGroups(Collection<ServerGroup> serverGroups)
List of server groups in the application to update.
|
GetAppResult |
GetAppResult.withServerGroups(Collection<ServerGroup> serverGroups)
List of server groups belonging to the application.
|
UpdateAppResult |
UpdateAppResult.withServerGroups(Collection<ServerGroup> serverGroups)
List of updated server groups in the application.
|
CreateAppResult |
CreateAppResult.withServerGroups(Collection<ServerGroup> serverGroups)
List of server groups included in the application.
|
CreateAppRequest |
CreateAppRequest.withServerGroups(Collection<ServerGroup> serverGroups)
List of server groups to include in the application.
|
UpdateAppRequest |
UpdateAppRequest.withServerGroups(Collection<ServerGroup> serverGroups)
List of server groups in the application to update.
|
Copyright © 2020. All rights reserved.