Uses of Class
com.oracle.bmc.email.requests.ChangeSenderCompartmentRequest
-
Packages that use ChangeSenderCompartmentRequest Package Description com.oracle.bmc.email com.oracle.bmc.email.requests -
-
Uses of ChangeSenderCompartmentRequest in com.oracle.bmc.email
Methods in com.oracle.bmc.email with parameters of type ChangeSenderCompartmentRequest Modifier and Type Method Description ChangeSenderCompartmentResponse
Email. changeSenderCompartment(ChangeSenderCompartmentRequest request)
Moves a sender into a different compartment.Future<ChangeSenderCompartmentResponse>
EmailAsync. changeSenderCompartment(ChangeSenderCompartmentRequest request, AsyncHandler<ChangeSenderCompartmentRequest,ChangeSenderCompartmentResponse> handler)
Moves a sender into a different compartment.Future<ChangeSenderCompartmentResponse>
EmailAsyncClient. changeSenderCompartment(ChangeSenderCompartmentRequest request, AsyncHandler<ChangeSenderCompartmentRequest,ChangeSenderCompartmentResponse> handler)
ChangeSenderCompartmentResponse
EmailClient. changeSenderCompartment(ChangeSenderCompartmentRequest request)
Method parameters in com.oracle.bmc.email with type arguments of type ChangeSenderCompartmentRequest Modifier and Type Method Description Future<ChangeSenderCompartmentResponse>
EmailAsync. changeSenderCompartment(ChangeSenderCompartmentRequest request, AsyncHandler<ChangeSenderCompartmentRequest,ChangeSenderCompartmentResponse> handler)
Moves a sender into a different compartment.Future<ChangeSenderCompartmentResponse>
EmailAsyncClient. changeSenderCompartment(ChangeSenderCompartmentRequest request, AsyncHandler<ChangeSenderCompartmentRequest,ChangeSenderCompartmentResponse> handler)
-
Uses of ChangeSenderCompartmentRequest in com.oracle.bmc.email.requests
Methods in com.oracle.bmc.email.requests that return ChangeSenderCompartmentRequest Modifier and Type Method Description ChangeSenderCompartmentRequest
ChangeSenderCompartmentRequest.Builder. build()
Build the instance of ChangeSenderCompartmentRequest as configured by this builderChangeSenderCompartmentRequest
ChangeSenderCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeSenderCompartmentRequest as configured by this builderMethods in com.oracle.bmc.email.requests with parameters of type ChangeSenderCompartmentRequest Modifier and Type Method Description ChangeSenderCompartmentRequest.Builder
ChangeSenderCompartmentRequest.Builder. copy(ChangeSenderCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-