Uses of Class
com.oracle.bmc.lockbox.model.LockboxSummary
-
Packages that use LockboxSummary Package Description com.oracle.bmc.lockbox com.oracle.bmc.lockbox.model -
-
Uses of LockboxSummary in com.oracle.bmc.lockbox
Methods in com.oracle.bmc.lockbox that return types with arguments of type LockboxSummary Modifier and Type Method Description Iterable<LockboxSummary>
LockboxPaginators. listLockboxesRecordIterator(ListLockboxesRequest request)
Creates a new iterable which will iterate over theLockboxSummary
objects contained in responses from the listLockboxes operation. -
Uses of LockboxSummary in com.oracle.bmc.lockbox.model
Methods in com.oracle.bmc.lockbox.model that return LockboxSummary Modifier and Type Method Description LockboxSummary
LockboxSummary.Builder. build()
Methods in com.oracle.bmc.lockbox.model that return types with arguments of type LockboxSummary Modifier and Type Method Description List<LockboxSummary>
LockboxCollection. getItems()
List of lockboxes.Methods in com.oracle.bmc.lockbox.model with parameters of type LockboxSummary Modifier and Type Method Description LockboxSummary.Builder
LockboxSummary.Builder. copy(LockboxSummary model)
Method parameters in com.oracle.bmc.lockbox.model with type arguments of type LockboxSummary Modifier and Type Method Description LockboxCollection.Builder
LockboxCollection.Builder. items(List<LockboxSummary> items)
List of lockboxes.Constructor parameters in com.oracle.bmc.lockbox.model with type arguments of type LockboxSummary Constructor Description LockboxCollection(List<LockboxSummary> items)
Deprecated.
-