Uses of Interface
software.amazon.awssdk.services.sms.model.ServerGroup.Builder
-
Packages that use ServerGroup.Builder Package Description software.amazon.awssdk.services.sms.model -
-
Uses of ServerGroup.Builder in software.amazon.awssdk.services.sms.model
Methods in software.amazon.awssdk.services.sms.model that return ServerGroup.Builder Modifier and Type Method Description static ServerGroup.BuilderServerGroup. builder()ServerGroup.BuilderServerGroup.Builder. name(String name)The name of a server group.ServerGroup.BuilderServerGroup.Builder. serverGroupId(String serverGroupId)The ID of a server group.ServerGroup.BuilderServerGroup.Builder. serverList(Collection<Server> serverList)The servers that belong to a server group.ServerGroup.BuilderServerGroup.Builder. serverList(Consumer<Server.Builder>... serverList)The servers that belong to a server group.ServerGroup.BuilderServerGroup.Builder. serverList(Server... serverList)The servers that belong to a server group.ServerGroup.BuilderServerGroup. toBuilder()Methods in software.amazon.awssdk.services.sms.model that return types with arguments of type ServerGroup.Builder Modifier and Type Method Description static Class<? extends ServerGroup.Builder>ServerGroup. serializableBuilderClass()
-