Uses of Class
com.oracle.bmc.email.responses.ChangeSenderCompartmentResponse
-
Packages that use ChangeSenderCompartmentResponse Package Description com.oracle.bmc.email com.oracle.bmc.email.responses -
-
Uses of ChangeSenderCompartmentResponse in com.oracle.bmc.email
Methods in com.oracle.bmc.email that return ChangeSenderCompartmentResponse Modifier and Type Method Description ChangeSenderCompartmentResponse
Email. changeSenderCompartment(ChangeSenderCompartmentRequest request)
Moves a sender into a different compartment.ChangeSenderCompartmentResponse
EmailClient. changeSenderCompartment(ChangeSenderCompartmentRequest request)
Methods in com.oracle.bmc.email that return types with arguments of type ChangeSenderCompartmentResponse 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)
Method parameters in com.oracle.bmc.email with type arguments of type ChangeSenderCompartmentResponse 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 ChangeSenderCompartmentResponse in com.oracle.bmc.email.responses
Methods in com.oracle.bmc.email.responses that return ChangeSenderCompartmentResponse Modifier and Type Method Description ChangeSenderCompartmentResponse
ChangeSenderCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.email.responses with parameters of type ChangeSenderCompartmentResponse Modifier and Type Method Description ChangeSenderCompartmentResponse.Builder
ChangeSenderCompartmentResponse.Builder. copy(ChangeSenderCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-