Uses of Class
com.oracle.bmc.oda.requests.CreateImportedPackageRequest
-
Packages that use CreateImportedPackageRequest Package Description com.oracle.bmc.oda com.oracle.bmc.oda.requests -
-
Uses of CreateImportedPackageRequest in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda with parameters of type CreateImportedPackageRequest Modifier and Type Method Description CreateImportedPackageResponse
Odapackage. createImportedPackage(CreateImportedPackageRequest request)
Starts an asynchronous job to import a package into a Digital Assistant instance.Future<CreateImportedPackageResponse>
OdapackageAsync. createImportedPackage(CreateImportedPackageRequest request, AsyncHandler<CreateImportedPackageRequest,CreateImportedPackageResponse> handler)
Starts an asynchronous job to import a package into a Digital Assistant instance.Future<CreateImportedPackageResponse>
OdapackageAsyncClient. createImportedPackage(CreateImportedPackageRequest request, AsyncHandler<CreateImportedPackageRequest,CreateImportedPackageResponse> handler)
CreateImportedPackageResponse
OdapackageClient. createImportedPackage(CreateImportedPackageRequest request)
Method parameters in com.oracle.bmc.oda with type arguments of type CreateImportedPackageRequest Modifier and Type Method Description Future<CreateImportedPackageResponse>
OdapackageAsync. createImportedPackage(CreateImportedPackageRequest request, AsyncHandler<CreateImportedPackageRequest,CreateImportedPackageResponse> handler)
Starts an asynchronous job to import a package into a Digital Assistant instance.Future<CreateImportedPackageResponse>
OdapackageAsyncClient. createImportedPackage(CreateImportedPackageRequest request, AsyncHandler<CreateImportedPackageRequest,CreateImportedPackageResponse> handler)
-
Uses of CreateImportedPackageRequest in com.oracle.bmc.oda.requests
Methods in com.oracle.bmc.oda.requests that return CreateImportedPackageRequest Modifier and Type Method Description CreateImportedPackageRequest
CreateImportedPackageRequest.Builder. build()
Build the instance of CreateImportedPackageRequest as configured by this builderCreateImportedPackageRequest
CreateImportedPackageRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateImportedPackageRequest as configured by this builderMethods in com.oracle.bmc.oda.requests with parameters of type CreateImportedPackageRequest Modifier and Type Method Description CreateImportedPackageRequest.Builder
CreateImportedPackageRequest.Builder. copy(CreateImportedPackageRequest o)
Copy method to populate the builder with values from the given instance.
-