Uses of Class
com.oracle.bmc.cloudguard.model.ManagedListTypeSummary
-
Packages that use ManagedListTypeSummary Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.model -
-
Uses of ManagedListTypeSummary in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return types with arguments of type ManagedListTypeSummary Modifier and Type Method Description Iterable<ManagedListTypeSummary>CloudGuardPaginators. listManagedListTypesRecordIterator(ListManagedListTypesRequest request)Creates a new iterable which will iterate over theManagedListTypeSummaryobjects contained in responses from the listManagedListTypes operation. -
Uses of ManagedListTypeSummary in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return ManagedListTypeSummary Modifier and Type Method Description ManagedListTypeSummaryManagedListTypeSummary.Builder. build()Methods in com.oracle.bmc.cloudguard.model that return types with arguments of type ManagedListTypeSummary Modifier and Type Method Description List<ManagedListTypeSummary>ManagedListTypeCollection. getItems()List of ManagedListTypeSummary resourcesMethods in com.oracle.bmc.cloudguard.model with parameters of type ManagedListTypeSummary Modifier and Type Method Description ManagedListTypeSummary.BuilderManagedListTypeSummary.Builder. copy(ManagedListTypeSummary model)Method parameters in com.oracle.bmc.cloudguard.model with type arguments of type ManagedListTypeSummary Modifier and Type Method Description ManagedListTypeCollection.BuilderManagedListTypeCollection.Builder. items(List<ManagedListTypeSummary> items)List of ManagedListTypeSummary resourcesConstructor parameters in com.oracle.bmc.cloudguard.model with type arguments of type ManagedListTypeSummary Constructor Description ManagedListTypeCollection(List<ManagedListTypeSummary> items, List<ResourceLock> locks)Deprecated.
-