Uses of Class
com.oracle.bmc.lockbox.responses.UpdateLockboxResponse
-
Packages that use UpdateLockboxResponse Package Description com.oracle.bmc.lockbox com.oracle.bmc.lockbox.responses -
-
Uses of UpdateLockboxResponse in com.oracle.bmc.lockbox
Methods in com.oracle.bmc.lockbox that return UpdateLockboxResponse Modifier and Type Method Description UpdateLockboxResponse
Lockbox. updateLockbox(UpdateLockboxRequest request)
Updates the LockboxUpdateLockboxResponse
LockboxClient. updateLockbox(UpdateLockboxRequest request)
Methods in com.oracle.bmc.lockbox that return types with arguments of type UpdateLockboxResponse Modifier and Type Method Description Future<UpdateLockboxResponse>
LockboxAsync. updateLockbox(UpdateLockboxRequest request, AsyncHandler<UpdateLockboxRequest,UpdateLockboxResponse> handler)
Updates the LockboxFuture<UpdateLockboxResponse>
LockboxAsyncClient. updateLockbox(UpdateLockboxRequest request, AsyncHandler<UpdateLockboxRequest,UpdateLockboxResponse> handler)
Method parameters in com.oracle.bmc.lockbox with type arguments of type UpdateLockboxResponse Modifier and Type Method Description Future<UpdateLockboxResponse>
LockboxAsync. updateLockbox(UpdateLockboxRequest request, AsyncHandler<UpdateLockboxRequest,UpdateLockboxResponse> handler)
Updates the LockboxFuture<UpdateLockboxResponse>
LockboxAsyncClient. updateLockbox(UpdateLockboxRequest request, AsyncHandler<UpdateLockboxRequest,UpdateLockboxResponse> handler)
-
Uses of UpdateLockboxResponse in com.oracle.bmc.lockbox.responses
Methods in com.oracle.bmc.lockbox.responses that return UpdateLockboxResponse Modifier and Type Method Description UpdateLockboxResponse
UpdateLockboxResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.lockbox.responses with parameters of type UpdateLockboxResponse Modifier and Type Method Description UpdateLockboxResponse.Builder
UpdateLockboxResponse.Builder. copy(UpdateLockboxResponse o)
Copy method to populate the builder with values from the given instance.
-