Uses of Class
com.oracle.bmc.fusionapps.requests.CreateEmailSubdomainRequest
-
Packages that use CreateEmailSubdomainRequest Package Description com.oracle.bmc.fusionapps com.oracle.bmc.fusionapps.requests -
-
Uses of CreateEmailSubdomainRequest in com.oracle.bmc.fusionapps
Methods in com.oracle.bmc.fusionapps with parameters of type CreateEmailSubdomainRequest Modifier and Type Method Description CreateEmailSubdomainResponseFusionApplications. createEmailSubdomain(CreateEmailSubdomainRequest request)Creates an email Subdomain for a brandFuture<CreateEmailSubdomainResponse>FusionApplicationsAsync. createEmailSubdomain(CreateEmailSubdomainRequest request, AsyncHandler<CreateEmailSubdomainRequest,CreateEmailSubdomainResponse> handler)Creates an email Subdomain for a brandFuture<CreateEmailSubdomainResponse>FusionApplicationsAsyncClient. createEmailSubdomain(CreateEmailSubdomainRequest request, AsyncHandler<CreateEmailSubdomainRequest,CreateEmailSubdomainResponse> handler)CreateEmailSubdomainResponseFusionApplicationsClient. createEmailSubdomain(CreateEmailSubdomainRequest request)Method parameters in com.oracle.bmc.fusionapps with type arguments of type CreateEmailSubdomainRequest Modifier and Type Method Description Future<CreateEmailSubdomainResponse>FusionApplicationsAsync. createEmailSubdomain(CreateEmailSubdomainRequest request, AsyncHandler<CreateEmailSubdomainRequest,CreateEmailSubdomainResponse> handler)Creates an email Subdomain for a brandFuture<CreateEmailSubdomainResponse>FusionApplicationsAsyncClient. createEmailSubdomain(CreateEmailSubdomainRequest request, AsyncHandler<CreateEmailSubdomainRequest,CreateEmailSubdomainResponse> handler) -
Uses of CreateEmailSubdomainRequest in com.oracle.bmc.fusionapps.requests
Methods in com.oracle.bmc.fusionapps.requests that return CreateEmailSubdomainRequest Modifier and Type Method Description CreateEmailSubdomainRequestCreateEmailSubdomainRequest.Builder. build()Build the instance of CreateEmailSubdomainRequest as configured by this builderCreateEmailSubdomainRequestCreateEmailSubdomainRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateEmailSubdomainRequest as configured by this builderMethods in com.oracle.bmc.fusionapps.requests with parameters of type CreateEmailSubdomainRequest Modifier and Type Method Description CreateEmailSubdomainRequest.BuilderCreateEmailSubdomainRequest.Builder. copy(CreateEmailSubdomainRequest o)Copy method to populate the builder with values from the given instance.
-