Uses of Class
com.oracle.bmc.lockbox.requests.UpdateLockboxRequest
-
Packages that use UpdateLockboxRequest Package Description com.oracle.bmc.lockbox com.oracle.bmc.lockbox.requests -
-
Uses of UpdateLockboxRequest in com.oracle.bmc.lockbox
Methods in com.oracle.bmc.lockbox with parameters of type UpdateLockboxRequest Modifier and Type Method Description UpdateLockboxResponse
Lockbox. updateLockbox(UpdateLockboxRequest request)
Updates the LockboxFuture<UpdateLockboxResponse>
LockboxAsync. updateLockbox(UpdateLockboxRequest request, AsyncHandler<UpdateLockboxRequest,UpdateLockboxResponse> handler)
Updates the LockboxFuture<UpdateLockboxResponse>
LockboxAsyncClient. updateLockbox(UpdateLockboxRequest request, AsyncHandler<UpdateLockboxRequest,UpdateLockboxResponse> handler)
UpdateLockboxResponse
LockboxClient. updateLockbox(UpdateLockboxRequest request)
Method parameters in com.oracle.bmc.lockbox with type arguments of type UpdateLockboxRequest 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 UpdateLockboxRequest in com.oracle.bmc.lockbox.requests
Methods in com.oracle.bmc.lockbox.requests that return UpdateLockboxRequest Modifier and Type Method Description UpdateLockboxRequest
UpdateLockboxRequest.Builder. build()
Build the instance of UpdateLockboxRequest as configured by this builderUpdateLockboxRequest
UpdateLockboxRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateLockboxRequest as configured by this builderMethods in com.oracle.bmc.lockbox.requests with parameters of type UpdateLockboxRequest Modifier and Type Method Description UpdateLockboxRequest.Builder
UpdateLockboxRequest.Builder. copy(UpdateLockboxRequest o)
Copy method to populate the builder with values from the given instance.
-