Uses of Class
com.oracle.bmc.email.responses.RemoveEmailOutboundIpResponse
-
Packages that use RemoveEmailOutboundIpResponse Package Description com.oracle.bmc.email com.oracle.bmc.email.responses -
-
Uses of RemoveEmailOutboundIpResponse in com.oracle.bmc.email
Methods in com.oracle.bmc.email that return RemoveEmailOutboundIpResponse Modifier and Type Method Description RemoveEmailOutboundIpResponseEmail. removeEmailOutboundIp(RemoveEmailOutboundIpRequest request)Remove OutboundIps from EmailIpPool.RemoveEmailOutboundIpResponseEmailClient. removeEmailOutboundIp(RemoveEmailOutboundIpRequest request)Methods in com.oracle.bmc.email that return types with arguments of type RemoveEmailOutboundIpResponse 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)Method parameters in com.oracle.bmc.email with type arguments of type RemoveEmailOutboundIpResponse 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 RemoveEmailOutboundIpResponse in com.oracle.bmc.email.responses
Methods in com.oracle.bmc.email.responses that return RemoveEmailOutboundIpResponse Modifier and Type Method Description RemoveEmailOutboundIpResponseRemoveEmailOutboundIpResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.email.responses with parameters of type RemoveEmailOutboundIpResponse Modifier and Type Method Description RemoveEmailOutboundIpResponse.BuilderRemoveEmailOutboundIpResponse.Builder. copy(RemoveEmailOutboundIpResponse o)Copy method to populate the builder with values from the given instance.
-