| Package | Description |
|---|---|
| software.amazon.awssdk.services.sms.model |
| Modifier and Type | Method and Description |
|---|---|
List<ServerGroup> |
UpdateAppRequest.serverGroups()
The server groups in the application to update.
|
List<ServerGroup> |
CreateAppResponse.serverGroups()
The server groups included in the application.
|
List<ServerGroup> |
CreateAppRequest.serverGroups()
The server groups to include in the application.
|
List<ServerGroup> |
UpdateAppResponse.serverGroups()
The updated server groups in the application.
|
List<ServerGroup> |
GetAppResponse.serverGroups()
The server groups that belong to the application.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAppRequest.Builder |
UpdateAppRequest.Builder.serverGroups(ServerGroup... serverGroups)
The server groups in the application to update.
|
CreateAppResponse.Builder |
CreateAppResponse.Builder.serverGroups(ServerGroup... serverGroups)
The server groups included in the application.
|
CreateAppRequest.Builder |
CreateAppRequest.Builder.serverGroups(ServerGroup... serverGroups)
The server groups to include in the application.
|
UpdateAppResponse.Builder |
UpdateAppResponse.Builder.serverGroups(ServerGroup... serverGroups)
The updated server groups in the application.
|
GetAppResponse.Builder |
GetAppResponse.Builder.serverGroups(ServerGroup... serverGroups)
The server groups that belong to the application.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAppRequest.Builder |
UpdateAppRequest.Builder.serverGroups(Collection<ServerGroup> serverGroups)
The server groups in the application to update.
|
CreateAppResponse.Builder |
CreateAppResponse.Builder.serverGroups(Collection<ServerGroup> serverGroups)
The server groups included in the application.
|
CreateAppRequest.Builder |
CreateAppRequest.Builder.serverGroups(Collection<ServerGroup> serverGroups)
The server groups to include in the application.
|
UpdateAppResponse.Builder |
UpdateAppResponse.Builder.serverGroups(Collection<ServerGroup> serverGroups)
The updated server groups in the application.
|
GetAppResponse.Builder |
GetAppResponse.Builder.serverGroups(Collection<ServerGroup> serverGroups)
The server groups that belong to the application.
|
Copyright © 2022. All rights reserved.