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