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