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