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 CreateEmailReturnPathResponse
Email. 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)
CreateEmailReturnPathResponse
EmailClient. 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 CreateEmailReturnPathRequest
CreateEmailReturnPathRequest.Builder. build()
Build the instance of CreateEmailReturnPathRequest as configured by this builderCreateEmailReturnPathRequest
CreateEmailReturnPathRequest.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.Builder
CreateEmailReturnPathRequest.Builder. copy(CreateEmailReturnPathRequest o)
Copy method to populate the builder with values from the given instance.
-