Uses of Class
com.oracle.bmc.lockbox.model.LockboxCollection
-
Packages that use LockboxCollection Package Description com.oracle.bmc.lockbox.model com.oracle.bmc.lockbox.responses -
-
Uses of LockboxCollection in com.oracle.bmc.lockbox.model
Methods in com.oracle.bmc.lockbox.model that return LockboxCollection Modifier and Type Method Description LockboxCollection
LockboxCollection.Builder. build()
Methods in com.oracle.bmc.lockbox.model with parameters of type LockboxCollection Modifier and Type Method Description LockboxCollection.Builder
LockboxCollection.Builder. copy(LockboxCollection model)
-
Uses of LockboxCollection in com.oracle.bmc.lockbox.responses
Methods in com.oracle.bmc.lockbox.responses that return LockboxCollection Modifier and Type Method Description LockboxCollection
ListLockboxesResponse. getLockboxCollection()
The returned LockboxCollection instance.Methods in com.oracle.bmc.lockbox.responses with parameters of type LockboxCollection Modifier and Type Method Description ListLockboxesResponse.Builder
ListLockboxesResponse.Builder. lockboxCollection(LockboxCollection lockboxCollection)
The returned LockboxCollection instance.
-