Uses of Class
com.oracle.bmc.osmanagementhub.model.ManagementStationSummary
-
Packages that use ManagementStationSummary Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.model -
-
Uses of ManagementStationSummary in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type ManagementStationSummary Modifier and Type Method Description Iterable<ManagementStationSummary>
ManagementStationPaginators. listManagementStationsRecordIterator(ListManagementStationsRequest request)
Creates a new iterable which will iterate over theManagementStationSummary
objects contained in responses from the listManagementStations operation. -
Uses of ManagementStationSummary in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return ManagementStationSummary Modifier and Type Method Description ManagementStationSummary
ManagementStationSummary.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model that return types with arguments of type ManagementStationSummary Modifier and Type Method Description List<ManagementStationSummary>
ManagementStationCollection. getItems()
List of management stations.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type ManagementStationSummary Modifier and Type Method Description ManagementStationSummary.Builder
ManagementStationSummary.Builder. copy(ManagementStationSummary model)
Method parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type ManagementStationSummary Modifier and Type Method Description ManagementStationCollection.Builder
ManagementStationCollection.Builder. items(List<ManagementStationSummary> items)
List of management stations.Constructor parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type ManagementStationSummary Constructor Description ManagementStationCollection(List<ManagementStationSummary> items)
Deprecated.
-