Uses of Class
com.oracle.bmc.wlms.model.ServerCollection
-
Packages that use ServerCollection Package Description com.oracle.bmc.wlms.model com.oracle.bmc.wlms.responses -
-
Uses of ServerCollection in com.oracle.bmc.wlms.model
Methods in com.oracle.bmc.wlms.model that return ServerCollection Modifier and Type Method Description ServerCollection
ServerCollection.Builder. build()
Methods in com.oracle.bmc.wlms.model with parameters of type ServerCollection Modifier and Type Method Description ServerCollection.Builder
ServerCollection.Builder. copy(ServerCollection model)
-
Uses of ServerCollection in com.oracle.bmc.wlms.responses
Methods in com.oracle.bmc.wlms.responses that return ServerCollection Modifier and Type Method Description ServerCollection
ListManagedInstanceServersResponse. getServerCollection()
The returned ServerCollection instance.ServerCollection
ListWlsDomainServersResponse. getServerCollection()
The returned ServerCollection instance.ServerCollection
SetRestartOrderResponse. getServerCollection()
The returned ServerCollection instance.Methods in com.oracle.bmc.wlms.responses with parameters of type ServerCollection Modifier and Type Method Description ListManagedInstanceServersResponse.Builder
ListManagedInstanceServersResponse.Builder. serverCollection(ServerCollection serverCollection)
The returned ServerCollection instance.ListWlsDomainServersResponse.Builder
ListWlsDomainServersResponse.Builder. serverCollection(ServerCollection serverCollection)
The returned ServerCollection instance.SetRestartOrderResponse.Builder
SetRestartOrderResponse.Builder. serverCollection(ServerCollection serverCollection)
The returned ServerCollection instance.
-