Uses of Class
com.oracle.bmc.email.responses.AddEmailOutboundIpResponse
-
Packages that use AddEmailOutboundIpResponse Package Description com.oracle.bmc.email com.oracle.bmc.email.responses -
-
Uses of AddEmailOutboundIpResponse in com.oracle.bmc.email
Methods in com.oracle.bmc.email that return AddEmailOutboundIpResponse Modifier and Type Method Description AddEmailOutboundIpResponseEmail. addEmailOutboundIp(AddEmailOutboundIpRequest request)Add OutboundIps to EmailIpPool.AddEmailOutboundIpResponseEmailClient. addEmailOutboundIp(AddEmailOutboundIpRequest request)Methods in com.oracle.bmc.email that return types with arguments of type AddEmailOutboundIpResponse 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)Method parameters in com.oracle.bmc.email with type arguments of type AddEmailOutboundIpResponse 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 AddEmailOutboundIpResponse in com.oracle.bmc.email.responses
Methods in com.oracle.bmc.email.responses that return AddEmailOutboundIpResponse Modifier and Type Method Description AddEmailOutboundIpResponseAddEmailOutboundIpResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.email.responses with parameters of type AddEmailOutboundIpResponse Modifier and Type Method Description AddEmailOutboundIpResponse.BuilderAddEmailOutboundIpResponse.Builder. copy(AddEmailOutboundIpResponse o)Copy method to populate the builder with values from the given instance.
-