Uses of Class
com.oracle.bmc.operatoraccesscontrol.model.InteractionSummary
-
Packages that use InteractionSummary Package Description com.oracle.bmc.operatoraccesscontrol com.oracle.bmc.operatoraccesscontrol.model -
-
Uses of InteractionSummary in com.oracle.bmc.operatoraccesscontrol
Methods in com.oracle.bmc.operatoraccesscontrol that return types with arguments of type InteractionSummary Modifier and Type Method Description Iterable<InteractionSummary>
AccessRequestsPaginators. listInteractionsRecordIterator(ListInteractionsRequest request)
Creates a new iterable which will iterate over theInteractionSummary
objects contained in responses from the listInteractions operation. -
Uses of InteractionSummary in com.oracle.bmc.operatoraccesscontrol.model
Methods in com.oracle.bmc.operatoraccesscontrol.model that return InteractionSummary Modifier and Type Method Description InteractionSummary
InteractionSummary.Builder. build()
Methods in com.oracle.bmc.operatoraccesscontrol.model that return types with arguments of type InteractionSummary Modifier and Type Method Description List<InteractionSummary>
InteractionCollection. getItems()
contains InteractionSummaryMethods in com.oracle.bmc.operatoraccesscontrol.model with parameters of type InteractionSummary Modifier and Type Method Description InteractionSummary.Builder
InteractionSummary.Builder. copy(InteractionSummary model)
Method parameters in com.oracle.bmc.operatoraccesscontrol.model with type arguments of type InteractionSummary Modifier and Type Method Description InteractionCollection.Builder
InteractionCollection.Builder. items(List<InteractionSummary> items)
contains InteractionSummaryConstructor parameters in com.oracle.bmc.operatoraccesscontrol.model with type arguments of type InteractionSummary Constructor Description InteractionCollection(List<InteractionSummary> items)
Deprecated.
-