Uses of Class
com.oracle.bmc.cloudguard.model.ManagedList
-
Packages that use ManagedList Package Description com.oracle.bmc.cloudguard.model com.oracle.bmc.cloudguard.responses -
-
Uses of ManagedList in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return ManagedList Modifier and Type Method Description ManagedListManagedList.Builder. build()Methods in com.oracle.bmc.cloudguard.model with parameters of type ManagedList Modifier and Type Method Description ManagedList.BuilderManagedList.Builder. copy(ManagedList model) -
Uses of ManagedList in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return ManagedList Modifier and Type Method Description ManagedListCreateManagedListResponse. getManagedList()The returned ManagedList instance.ManagedListGetManagedListResponse. getManagedList()The returned ManagedList instance.ManagedListUpdateManagedListResponse. getManagedList()The returned ManagedList instance.Methods in com.oracle.bmc.cloudguard.responses with parameters of type ManagedList Modifier and Type Method Description CreateManagedListResponse.BuilderCreateManagedListResponse.Builder. managedList(ManagedList managedList)The returned ManagedList instance.GetManagedListResponse.BuilderGetManagedListResponse.Builder. managedList(ManagedList managedList)The returned ManagedList instance.UpdateManagedListResponse.BuilderUpdateManagedListResponse.Builder. managedList(ManagedList managedList)The returned ManagedList instance.
-