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