Uses of Class
software.amazon.awssdk.services.opsworkscm.model.Server
-
Packages that use Server Package Description software.amazon.awssdk.services.opsworkscm.model software.amazon.awssdk.services.opsworkscm.paginators -
-
Uses of Server in software.amazon.awssdk.services.opsworkscm.model
Methods in software.amazon.awssdk.services.opsworkscm.model that return Server Modifier and Type Method Description ServerCreateServerResponse. server()The server that is created by the request.ServerRestoreServerResponse. server()Returns the value of the Server property for this object.ServerStartMaintenanceResponse. server()Contains the response to aStartMaintenancerequest.ServerUpdateServerEngineAttributesResponse. server()Contains the response to anUpdateServerEngineAttributesrequest.ServerUpdateServerResponse. server()Contains the response to aUpdateServerrequest.Methods in software.amazon.awssdk.services.opsworkscm.model that return types with arguments of type Server Modifier and Type Method Description List<Server>DescribeServersResponse. servers()Contains the response to aDescribeServersrequest.Methods in software.amazon.awssdk.services.opsworkscm.model with parameters of type Server Modifier and Type Method Description CreateServerResponse.BuilderCreateServerResponse.Builder. server(Server server)The server that is created by the request.RestoreServerResponse.BuilderRestoreServerResponse.Builder. server(Server server)Sets the value of the Server property for this object.StartMaintenanceResponse.BuilderStartMaintenanceResponse.Builder. server(Server server)Contains the response to aStartMaintenancerequest.UpdateServerEngineAttributesResponse.BuilderUpdateServerEngineAttributesResponse.Builder. server(Server server)Contains the response to anUpdateServerEngineAttributesrequest.UpdateServerResponse.BuilderUpdateServerResponse.Builder. server(Server server)Contains the response to aUpdateServerrequest.DescribeServersResponse.BuilderDescribeServersResponse.Builder. servers(Server... servers)Contains the response to aDescribeServersrequest.Method parameters in software.amazon.awssdk.services.opsworkscm.model with type arguments of type Server Modifier and Type Method Description DescribeServersResponse.BuilderDescribeServersResponse.Builder. servers(Collection<Server> servers)Contains the response to aDescribeServersrequest. -
Uses of Server in software.amazon.awssdk.services.opsworkscm.paginators
Methods in software.amazon.awssdk.services.opsworkscm.paginators that return types with arguments of type Server Modifier and Type Method Description SdkIterable<Server>DescribeServersIterable. servers()Returns an iterable to iterate through the paginatedDescribeServersResponse.servers()member.SdkPublisher<Server>DescribeServersPublisher. servers()Returns a publisher that can be used to get a stream of data.
-