Uses of Class
com.oracle.bmc.wlms.model.ServerSummary
-
Packages that use ServerSummary Package Description com.oracle.bmc.wlms com.oracle.bmc.wlms.model -
-
Uses of ServerSummary in com.oracle.bmc.wlms
Methods in com.oracle.bmc.wlms that return types with arguments of type ServerSummary Modifier and Type Method Description Iterable<ServerSummary>
WeblogicManagementServicePaginators. listManagedInstanceServersRecordIterator(ListManagedInstanceServersRequest request)
Creates a new iterable which will iterate over theServerSummary
objects contained in responses from the listManagedInstanceServers operation.Iterable<ServerSummary>
WeblogicManagementServicePaginators. listWlsDomainServersRecordIterator(ListWlsDomainServersRequest request)
Creates a new iterable which will iterate over theServerSummary
objects contained in responses from the listWlsDomainServers operation. -
Uses of ServerSummary in com.oracle.bmc.wlms.model
Methods in com.oracle.bmc.wlms.model that return ServerSummary Modifier and Type Method Description ServerSummary
ServerSummary.Builder. build()
Methods in com.oracle.bmc.wlms.model that return types with arguments of type ServerSummary Modifier and Type Method Description List<ServerSummary>
ServerCollection. getItems()
A list of servers.Methods in com.oracle.bmc.wlms.model with parameters of type ServerSummary Modifier and Type Method Description ServerSummary.Builder
ServerSummary.Builder. copy(ServerSummary model)
Method parameters in com.oracle.bmc.wlms.model with type arguments of type ServerSummary Modifier and Type Method Description ServerCollection.Builder
ServerCollection.Builder. items(List<ServerSummary> items)
A list of servers.Constructor parameters in com.oracle.bmc.wlms.model with type arguments of type ServerSummary Constructor Description ServerCollection(List<ServerSummary> items)
Deprecated.
-