Uses of Class
com.oracle.bmc.email.requests.RemoveEmailOutboundIpRequest
-
Packages that use RemoveEmailOutboundIpRequest Package Description com.oracle.bmc.email com.oracle.bmc.email.requests -
-
Uses of RemoveEmailOutboundIpRequest in com.oracle.bmc.email
Methods in com.oracle.bmc.email with parameters of type RemoveEmailOutboundIpRequest Modifier and Type Method Description RemoveEmailOutboundIpResponseEmail. removeEmailOutboundIp(RemoveEmailOutboundIpRequest request)Remove OutboundIps from EmailIpPool.Future<RemoveEmailOutboundIpResponse>EmailAsync. removeEmailOutboundIp(RemoveEmailOutboundIpRequest request, AsyncHandler<RemoveEmailOutboundIpRequest,RemoveEmailOutboundIpResponse> handler)Remove OutboundIps from EmailIpPool.Future<RemoveEmailOutboundIpResponse>EmailAsyncClient. removeEmailOutboundIp(RemoveEmailOutboundIpRequest request, AsyncHandler<RemoveEmailOutboundIpRequest,RemoveEmailOutboundIpResponse> handler)RemoveEmailOutboundIpResponseEmailClient. removeEmailOutboundIp(RemoveEmailOutboundIpRequest request)Method parameters in com.oracle.bmc.email with type arguments of type RemoveEmailOutboundIpRequest Modifier and Type Method Description Future<RemoveEmailOutboundIpResponse>EmailAsync. removeEmailOutboundIp(RemoveEmailOutboundIpRequest request, AsyncHandler<RemoveEmailOutboundIpRequest,RemoveEmailOutboundIpResponse> handler)Remove OutboundIps from EmailIpPool.Future<RemoveEmailOutboundIpResponse>EmailAsyncClient. removeEmailOutboundIp(RemoveEmailOutboundIpRequest request, AsyncHandler<RemoveEmailOutboundIpRequest,RemoveEmailOutboundIpResponse> handler) -
Uses of RemoveEmailOutboundIpRequest in com.oracle.bmc.email.requests
Methods in com.oracle.bmc.email.requests that return RemoveEmailOutboundIpRequest Modifier and Type Method Description RemoveEmailOutboundIpRequestRemoveEmailOutboundIpRequest.Builder. build()Build the instance of RemoveEmailOutboundIpRequest as configured by this builderRemoveEmailOutboundIpRequestRemoveEmailOutboundIpRequest.Builder. buildWithoutInvocationCallback()Build the instance of RemoveEmailOutboundIpRequest as configured by this builderMethods in com.oracle.bmc.email.requests with parameters of type RemoveEmailOutboundIpRequest Modifier and Type Method Description RemoveEmailOutboundIpRequest.BuilderRemoveEmailOutboundIpRequest.Builder. copy(RemoveEmailOutboundIpRequest o)Copy method to populate the builder with values from the given instance.
-