Uses of Class
com.oracle.bmc.oda.requests.ImportBotRequest
-
Packages that use ImportBotRequest Package Description com.oracle.bmc.oda com.oracle.bmc.oda.requests -
-
Uses of ImportBotRequest in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda with parameters of type ImportBotRequest Modifier and Type Method Description ImportBotResponse
Management. importBot(ImportBotRequest request)
Import a Bot archive from Object Storage.Future<ImportBotResponse>
ManagementAsync. importBot(ImportBotRequest request, AsyncHandler<ImportBotRequest,ImportBotResponse> handler)
Import a Bot archive from Object Storage.Future<ImportBotResponse>
ManagementAsyncClient. importBot(ImportBotRequest request, AsyncHandler<ImportBotRequest,ImportBotResponse> handler)
ImportBotResponse
ManagementClient. importBot(ImportBotRequest request)
Method parameters in com.oracle.bmc.oda with type arguments of type ImportBotRequest Modifier and Type Method Description Future<ImportBotResponse>
ManagementAsync. importBot(ImportBotRequest request, AsyncHandler<ImportBotRequest,ImportBotResponse> handler)
Import a Bot archive from Object Storage.Future<ImportBotResponse>
ManagementAsyncClient. importBot(ImportBotRequest request, AsyncHandler<ImportBotRequest,ImportBotResponse> handler)
-
Uses of ImportBotRequest in com.oracle.bmc.oda.requests
Methods in com.oracle.bmc.oda.requests that return ImportBotRequest Modifier and Type Method Description ImportBotRequest
ImportBotRequest.Builder. build()
Build the instance of ImportBotRequest as configured by this builderImportBotRequest
ImportBotRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ImportBotRequest as configured by this builderMethods in com.oracle.bmc.oda.requests with parameters of type ImportBotRequest Modifier and Type Method Description ImportBotRequest.Builder
ImportBotRequest.Builder. copy(ImportBotRequest o)
Copy method to populate the builder with values from the given instance.
-