Uses of Class
com.oracle.bmc.email.requests.RemoveSenderLockRequest
-
Packages that use RemoveSenderLockRequest Package Description com.oracle.bmc.email com.oracle.bmc.email.requests -
-
Uses of RemoveSenderLockRequest in com.oracle.bmc.email
Methods in com.oracle.bmc.email with parameters of type RemoveSenderLockRequest Modifier and Type Method Description RemoveSenderLockResponse
Email. removeSenderLock(RemoveSenderLockRequest request)
Remove a lock to a resource.Future<RemoveSenderLockResponse>
EmailAsync. removeSenderLock(RemoveSenderLockRequest request, AsyncHandler<RemoveSenderLockRequest,RemoveSenderLockResponse> handler)
Remove a lock to a resource.Future<RemoveSenderLockResponse>
EmailAsyncClient. removeSenderLock(RemoveSenderLockRequest request, AsyncHandler<RemoveSenderLockRequest,RemoveSenderLockResponse> handler)
RemoveSenderLockResponse
EmailClient. removeSenderLock(RemoveSenderLockRequest request)
Method parameters in com.oracle.bmc.email with type arguments of type RemoveSenderLockRequest Modifier and Type Method Description Future<RemoveSenderLockResponse>
EmailAsync. removeSenderLock(RemoveSenderLockRequest request, AsyncHandler<RemoveSenderLockRequest,RemoveSenderLockResponse> handler)
Remove a lock to a resource.Future<RemoveSenderLockResponse>
EmailAsyncClient. removeSenderLock(RemoveSenderLockRequest request, AsyncHandler<RemoveSenderLockRequest,RemoveSenderLockResponse> handler)
-
Uses of RemoveSenderLockRequest in com.oracle.bmc.email.requests
Methods in com.oracle.bmc.email.requests that return RemoveSenderLockRequest Modifier and Type Method Description RemoveSenderLockRequest
RemoveSenderLockRequest.Builder. build()
Build the instance of RemoveSenderLockRequest as configured by this builderRemoveSenderLockRequest
RemoveSenderLockRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RemoveSenderLockRequest as configured by this builderMethods in com.oracle.bmc.email.requests with parameters of type RemoveSenderLockRequest Modifier and Type Method Description RemoveSenderLockRequest.Builder
RemoveSenderLockRequest.Builder. copy(RemoveSenderLockRequest o)
Copy method to populate the builder with values from the given instance.
-