Uses of Class
com.oracle.bmc.email.requests.AddEmailOutboundIpRequest
-
Packages that use AddEmailOutboundIpRequest Package Description com.oracle.bmc.email com.oracle.bmc.email.requests -
-
Uses of AddEmailOutboundIpRequest in com.oracle.bmc.email
Methods in com.oracle.bmc.email with parameters of type AddEmailOutboundIpRequest Modifier and Type Method Description AddEmailOutboundIpResponseEmail. addEmailOutboundIp(AddEmailOutboundIpRequest request)Add OutboundIps to EmailIpPool.Future<AddEmailOutboundIpResponse>EmailAsync. addEmailOutboundIp(AddEmailOutboundIpRequest request, AsyncHandler<AddEmailOutboundIpRequest,AddEmailOutboundIpResponse> handler)Add OutboundIps to EmailIpPool.Future<AddEmailOutboundIpResponse>EmailAsyncClient. addEmailOutboundIp(AddEmailOutboundIpRequest request, AsyncHandler<AddEmailOutboundIpRequest,AddEmailOutboundIpResponse> handler)AddEmailOutboundIpResponseEmailClient. addEmailOutboundIp(AddEmailOutboundIpRequest request)Method parameters in com.oracle.bmc.email with type arguments of type AddEmailOutboundIpRequest Modifier and Type Method Description Future<AddEmailOutboundIpResponse>EmailAsync. addEmailOutboundIp(AddEmailOutboundIpRequest request, AsyncHandler<AddEmailOutboundIpRequest,AddEmailOutboundIpResponse> handler)Add OutboundIps to EmailIpPool.Future<AddEmailOutboundIpResponse>EmailAsyncClient. addEmailOutboundIp(AddEmailOutboundIpRequest request, AsyncHandler<AddEmailOutboundIpRequest,AddEmailOutboundIpResponse> handler) -
Uses of AddEmailOutboundIpRequest in com.oracle.bmc.email.requests
Methods in com.oracle.bmc.email.requests that return AddEmailOutboundIpRequest Modifier and Type Method Description AddEmailOutboundIpRequestAddEmailOutboundIpRequest.Builder. build()Build the instance of AddEmailOutboundIpRequest as configured by this builderAddEmailOutboundIpRequestAddEmailOutboundIpRequest.Builder. buildWithoutInvocationCallback()Build the instance of AddEmailOutboundIpRequest as configured by this builderMethods in com.oracle.bmc.email.requests with parameters of type AddEmailOutboundIpRequest Modifier and Type Method Description AddEmailOutboundIpRequest.BuilderAddEmailOutboundIpRequest.Builder. copy(AddEmailOutboundIpRequest o)Copy method to populate the builder with values from the given instance.
-