Uses of Class
com.oracle.bmc.oda.requests.UpdateImportedPackageRequest
- 
Packages that use UpdateImportedPackageRequest Package Description com.oracle.bmc.oda com.oracle.bmc.oda.requests 
- 
- 
Uses of UpdateImportedPackageRequest in com.oracle.bmc.odaMethods in com.oracle.bmc.oda with parameters of type UpdateImportedPackageRequest Modifier and Type Method Description UpdateImportedPackageResponseOdapackage. updateImportedPackage(UpdateImportedPackageRequest request)Starts an asynchronous job to update a package within a Digital Assistant instance.Future<UpdateImportedPackageResponse>OdapackageAsync. updateImportedPackage(UpdateImportedPackageRequest request, AsyncHandler<UpdateImportedPackageRequest,UpdateImportedPackageResponse> handler)Starts an asynchronous job to update a package within a Digital Assistant instance.Future<UpdateImportedPackageResponse>OdapackageAsyncClient. updateImportedPackage(UpdateImportedPackageRequest request, AsyncHandler<UpdateImportedPackageRequest,UpdateImportedPackageResponse> handler)UpdateImportedPackageResponseOdapackageClient. updateImportedPackage(UpdateImportedPackageRequest request)Method parameters in com.oracle.bmc.oda with type arguments of type UpdateImportedPackageRequest Modifier and Type Method Description Future<UpdateImportedPackageResponse>OdapackageAsync. updateImportedPackage(UpdateImportedPackageRequest request, AsyncHandler<UpdateImportedPackageRequest,UpdateImportedPackageResponse> handler)Starts an asynchronous job to update a package within a Digital Assistant instance.Future<UpdateImportedPackageResponse>OdapackageAsyncClient. updateImportedPackage(UpdateImportedPackageRequest request, AsyncHandler<UpdateImportedPackageRequest,UpdateImportedPackageResponse> handler)
- 
Uses of UpdateImportedPackageRequest in com.oracle.bmc.oda.requestsMethods in com.oracle.bmc.oda.requests that return UpdateImportedPackageRequest Modifier and Type Method Description UpdateImportedPackageRequestUpdateImportedPackageRequest.Builder. build()Build the instance of UpdateImportedPackageRequest as configured by this builderUpdateImportedPackageRequestUpdateImportedPackageRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateImportedPackageRequest as configured by this builderMethods in com.oracle.bmc.oda.requests with parameters of type UpdateImportedPackageRequest Modifier and Type Method Description UpdateImportedPackageRequest.BuilderUpdateImportedPackageRequest.Builder. copy(UpdateImportedPackageRequest o)Copy method to populate the builder with values from the given instance.
 
-