Uses of Class
software.amazon.awssdk.services.sms.model.Server
-
Packages that use Server Package Description software.amazon.awssdk.services.sms.model software.amazon.awssdk.services.sms.paginators -
-
Uses of Server in software.amazon.awssdk.services.sms.model
Methods in software.amazon.awssdk.services.sms.model that return Server Modifier and Type Method Description ServerServerLaunchConfiguration. server()The ID of the server with which the launch configuration is associated.ServerServerReplicationConfiguration. server()The ID of the server with which this replication configuration is associated.ServerServerValidationConfiguration. server()Returns the value of the Server property for this object.ServerServerValidationOutput. server()Returns the value of the Server property for this object.Methods in software.amazon.awssdk.services.sms.model that return types with arguments of type Server Modifier and Type Method Description List<Server>GetServersResponse. serverList()Information about the servers.List<Server>ServerGroup. serverList()The servers that belong to a server group.Methods in software.amazon.awssdk.services.sms.model with parameters of type Server Modifier and Type Method Description ServerLaunchConfiguration.BuilderServerLaunchConfiguration.Builder. server(Server server)The ID of the server with which the launch configuration is associated.ServerReplicationConfiguration.BuilderServerReplicationConfiguration.Builder. server(Server server)The ID of the server with which this replication configuration is associated.ServerValidationConfiguration.BuilderServerValidationConfiguration.Builder. server(Server server)Sets the value of the Server property for this object.ServerValidationOutput.BuilderServerValidationOutput.Builder. server(Server server)Sets the value of the Server property for this object.GetServersResponse.BuilderGetServersResponse.Builder. serverList(Server... serverList)Information about the servers.ServerGroup.BuilderServerGroup.Builder. serverList(Server... serverList)The servers that belong to a server group.Method parameters in software.amazon.awssdk.services.sms.model with type arguments of type Server Modifier and Type Method Description GetServersResponse.BuilderGetServersResponse.Builder. serverList(Collection<Server> serverList)Information about the servers.ServerGroup.BuilderServerGroup.Builder. serverList(Collection<Server> serverList)The servers that belong to a server group. -
Uses of Server in software.amazon.awssdk.services.sms.paginators
Methods in software.amazon.awssdk.services.sms.paginators that return types with arguments of type Server Modifier and Type Method Description SdkIterable<Server>GetServersIterable. serverList()Returns an iterable to iterate through the paginatedGetServersResponse.serverList()member.SdkPublisher<Server>GetServersPublisher. serverList()Returns a publisher that can be used to get a stream of data.
-