Uses of Class
com.oracle.bmc.osmanagement.model.RelatedEventSummary
-
Packages that use RelatedEventSummary Package Description com.oracle.bmc.osmanagement com.oracle.bmc.osmanagement.model -
-
Uses of RelatedEventSummary in com.oracle.bmc.osmanagement
Methods in com.oracle.bmc.osmanagement that return types with arguments of type RelatedEventSummary Modifier and Type Method Description Iterable<RelatedEventSummary>
EventPaginators. listRelatedEventsRecordIterator(ListRelatedEventsRequest request)
Creates a new iterable which will iterate over theRelatedEventSummary
objects contained in responses from the listRelatedEvents operation. -
Uses of RelatedEventSummary in com.oracle.bmc.osmanagement.model
Methods in com.oracle.bmc.osmanagement.model that return RelatedEventSummary Modifier and Type Method Description RelatedEventSummary
RelatedEventSummary.Builder. build()
Methods in com.oracle.bmc.osmanagement.model that return types with arguments of type RelatedEventSummary Modifier and Type Method Description List<RelatedEventSummary>
RelatedEventCollection. getItems()
List of event occurrence.Methods in com.oracle.bmc.osmanagement.model with parameters of type RelatedEventSummary Modifier and Type Method Description RelatedEventSummary.Builder
RelatedEventSummary.Builder. copy(RelatedEventSummary model)
Method parameters in com.oracle.bmc.osmanagement.model with type arguments of type RelatedEventSummary Modifier and Type Method Description RelatedEventCollection.Builder
RelatedEventCollection.Builder. items(List<RelatedEventSummary> items)
List of event occurrence.Constructor parameters in com.oracle.bmc.osmanagement.model with type arguments of type RelatedEventSummary Constructor Description RelatedEventCollection(List<RelatedEventSummary> items)
Deprecated.
-