Uses of Class
com.oracle.bmc.operatoraccesscontrol.model.InteractionCollection
-
Packages that use InteractionCollection Package Description com.oracle.bmc.operatoraccesscontrol.model com.oracle.bmc.operatoraccesscontrol.responses -
-
Uses of InteractionCollection in com.oracle.bmc.operatoraccesscontrol.model
Methods in com.oracle.bmc.operatoraccesscontrol.model that return InteractionCollection Modifier and Type Method Description InteractionCollection
InteractionCollection.Builder. build()
Methods in com.oracle.bmc.operatoraccesscontrol.model with parameters of type InteractionCollection Modifier and Type Method Description InteractionCollection.Builder
InteractionCollection.Builder. copy(InteractionCollection model)
-
Uses of InteractionCollection in com.oracle.bmc.operatoraccesscontrol.responses
Methods in com.oracle.bmc.operatoraccesscontrol.responses that return InteractionCollection Modifier and Type Method Description InteractionCollection
ListInteractionsResponse. getInteractionCollection()
The returned InteractionCollection instance.Methods in com.oracle.bmc.operatoraccesscontrol.responses with parameters of type InteractionCollection Modifier and Type Method Description ListInteractionsResponse.Builder
ListInteractionsResponse.Builder. interactionCollection(InteractionCollection interactionCollection)
The returned InteractionCollection instance.
-