Uses of Class
com.oracle.bmc.email.requests.CreateEmailReturnPathRequest
-
Packages that use CreateEmailReturnPathRequest Package Description com.oracle.bmc.email com.oracle.bmc.email.requests -
-
Uses of CreateEmailReturnPathRequest in com.oracle.bmc.email
Methods in com.oracle.bmc.email with parameters of type CreateEmailReturnPathRequest Modifier and Type Method Description CreateEmailReturnPathResponseEmail. createEmailReturnPath(CreateEmailReturnPathRequest request)Creates a new email return path.Future<CreateEmailReturnPathResponse>EmailAsync. createEmailReturnPath(CreateEmailReturnPathRequest request, AsyncHandler<CreateEmailReturnPathRequest,CreateEmailReturnPathResponse> handler)Creates a new email return path.Future<CreateEmailReturnPathResponse>EmailAsyncClient. createEmailReturnPath(CreateEmailReturnPathRequest request, AsyncHandler<CreateEmailReturnPathRequest,CreateEmailReturnPathResponse> handler)CreateEmailReturnPathResponseEmailClient. createEmailReturnPath(CreateEmailReturnPathRequest request)Method parameters in com.oracle.bmc.email with type arguments of type CreateEmailReturnPathRequest Modifier and Type Method Description Future<CreateEmailReturnPathResponse>EmailAsync. createEmailReturnPath(CreateEmailReturnPathRequest request, AsyncHandler<CreateEmailReturnPathRequest,CreateEmailReturnPathResponse> handler)Creates a new email return path.Future<CreateEmailReturnPathResponse>EmailAsyncClient. createEmailReturnPath(CreateEmailReturnPathRequest request, AsyncHandler<CreateEmailReturnPathRequest,CreateEmailReturnPathResponse> handler) -
Uses of CreateEmailReturnPathRequest in com.oracle.bmc.email.requests
Methods in com.oracle.bmc.email.requests that return CreateEmailReturnPathRequest Modifier and Type Method Description CreateEmailReturnPathRequestCreateEmailReturnPathRequest.Builder. build()Build the instance of CreateEmailReturnPathRequest as configured by this builderCreateEmailReturnPathRequestCreateEmailReturnPathRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateEmailReturnPathRequest as configured by this builderMethods in com.oracle.bmc.email.requests with parameters of type CreateEmailReturnPathRequest Modifier and Type Method Description CreateEmailReturnPathRequest.BuilderCreateEmailReturnPathRequest.Builder. copy(CreateEmailReturnPathRequest o)Copy method to populate the builder with values from the given instance.
-