Uses of Class
software.amazon.awssdk.services.sms.model.ServerGroup
-
Packages that use ServerGroup Package Description software.amazon.awssdk.services.sms.model -
-
Uses of ServerGroup in software.amazon.awssdk.services.sms.model
Methods in software.amazon.awssdk.services.sms.model that return types with arguments of type ServerGroup Modifier and Type Method Description List<ServerGroup>CreateAppRequest. serverGroups()The server groups to include in the application.List<ServerGroup>CreateAppResponse. serverGroups()The server groups included in the application.List<ServerGroup>GetAppResponse. serverGroups()The server groups that belong to the application.List<ServerGroup>UpdateAppRequest. serverGroups()The server groups in the application to update.List<ServerGroup>UpdateAppResponse. serverGroups()The updated server groups in the application.Methods in software.amazon.awssdk.services.sms.model with parameters of type ServerGroup Modifier and Type Method Description CreateAppRequest.BuilderCreateAppRequest.Builder. serverGroups(ServerGroup... serverGroups)The server groups to include in the application.CreateAppResponse.BuilderCreateAppResponse.Builder. serverGroups(ServerGroup... serverGroups)The server groups included in the application.GetAppResponse.BuilderGetAppResponse.Builder. serverGroups(ServerGroup... serverGroups)The server groups that belong to the application.UpdateAppRequest.BuilderUpdateAppRequest.Builder. serverGroups(ServerGroup... serverGroups)The server groups in the application to update.UpdateAppResponse.BuilderUpdateAppResponse.Builder. serverGroups(ServerGroup... serverGroups)The updated server groups in the application.Method parameters in software.amazon.awssdk.services.sms.model with type arguments of type ServerGroup Modifier and Type Method Description CreateAppRequest.BuilderCreateAppRequest.Builder. serverGroups(Collection<ServerGroup> serverGroups)The server groups to include in the application.CreateAppResponse.BuilderCreateAppResponse.Builder. serverGroups(Collection<ServerGroup> serverGroups)The server groups included in the application.GetAppResponse.BuilderGetAppResponse.Builder. serverGroups(Collection<ServerGroup> serverGroups)The server groups that belong to the application.UpdateAppRequest.BuilderUpdateAppRequest.Builder. serverGroups(Collection<ServerGroup> serverGroups)The server groups in the application to update.UpdateAppResponse.BuilderUpdateAppResponse.Builder. serverGroups(Collection<ServerGroup> serverGroups)The updated server groups in the application.
-