Uses of Class
com.oracle.bmc.lockbox.model.Lockbox
-
Packages that use Lockbox Package Description com.oracle.bmc.lockbox.model com.oracle.bmc.lockbox.responses -
-
Uses of Lockbox in com.oracle.bmc.lockbox.model
Methods in com.oracle.bmc.lockbox.model that return Lockbox Modifier and Type Method Description Lockbox
Lockbox.Builder. build()
Methods in com.oracle.bmc.lockbox.model with parameters of type Lockbox Modifier and Type Method Description Lockbox.Builder
Lockbox.Builder. copy(Lockbox model)
-
Uses of Lockbox in com.oracle.bmc.lockbox.responses
Methods in com.oracle.bmc.lockbox.responses that return Lockbox Modifier and Type Method Description Lockbox
CreateLockboxResponse. getLockbox()
The returned Lockbox instance.Lockbox
GetLockboxResponse. getLockbox()
The returned Lockbox instance.Lockbox
UpdateLockboxResponse. getLockbox()
The returned Lockbox instance.Methods in com.oracle.bmc.lockbox.responses with parameters of type Lockbox Modifier and Type Method Description CreateLockboxResponse.Builder
CreateLockboxResponse.Builder. lockbox(Lockbox lockbox)
The returned Lockbox instance.GetLockboxResponse.Builder
GetLockboxResponse.Builder. lockbox(Lockbox lockbox)
The returned Lockbox instance.UpdateLockboxResponse.Builder
UpdateLockboxResponse.Builder. lockbox(Lockbox lockbox)
The returned Lockbox instance.
-