Uses of Class
com.oracle.bmc.lockbox.requests.DeleteLockboxRequest
-
Packages that use DeleteLockboxRequest Package Description com.oracle.bmc.lockbox com.oracle.bmc.lockbox.requests -
-
Uses of DeleteLockboxRequest in com.oracle.bmc.lockbox
Methods in com.oracle.bmc.lockbox with parameters of type DeleteLockboxRequest Modifier and Type Method Description DeleteLockboxResponse
Lockbox. deleteLockbox(DeleteLockboxRequest request)
Deletes a Lockbox resource by identifierFuture<DeleteLockboxResponse>
LockboxAsync. deleteLockbox(DeleteLockboxRequest request, AsyncHandler<DeleteLockboxRequest,DeleteLockboxResponse> handler)
Deletes a Lockbox resource by identifierFuture<DeleteLockboxResponse>
LockboxAsyncClient. deleteLockbox(DeleteLockboxRequest request, AsyncHandler<DeleteLockboxRequest,DeleteLockboxResponse> handler)
DeleteLockboxResponse
LockboxClient. deleteLockbox(DeleteLockboxRequest request)
Method parameters in com.oracle.bmc.lockbox with type arguments of type DeleteLockboxRequest Modifier and Type Method Description Future<DeleteLockboxResponse>
LockboxAsync. deleteLockbox(DeleteLockboxRequest request, AsyncHandler<DeleteLockboxRequest,DeleteLockboxResponse> handler)
Deletes a Lockbox resource by identifierFuture<DeleteLockboxResponse>
LockboxAsyncClient. deleteLockbox(DeleteLockboxRequest request, AsyncHandler<DeleteLockboxRequest,DeleteLockboxResponse> handler)
-
Uses of DeleteLockboxRequest in com.oracle.bmc.lockbox.requests
Methods in com.oracle.bmc.lockbox.requests that return DeleteLockboxRequest Modifier and Type Method Description DeleteLockboxRequest
DeleteLockboxRequest.Builder. build()
Build the instance of DeleteLockboxRequest as configured by this builderDeleteLockboxRequest
DeleteLockboxRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteLockboxRequest as configured by this builderMethods in com.oracle.bmc.lockbox.requests with parameters of type DeleteLockboxRequest Modifier and Type Method Description DeleteLockboxRequest.Builder
DeleteLockboxRequest.Builder. copy(DeleteLockboxRequest o)
Copy method to populate the builder with values from the given instance.
-