Uses of Class
com.oracle.bmc.cloudbridge.model.ImportInventoryDetails
-
Packages that use ImportInventoryDetails Package Description com.oracle.bmc.cloudbridge.model com.oracle.bmc.cloudbridge.requests -
-
Uses of ImportInventoryDetails in com.oracle.bmc.cloudbridge.model
Subclasses of ImportInventoryDetails in com.oracle.bmc.cloudbridge.model Modifier and Type Class Description class
ImportInventoryViaAssetsDetails
Details for importing assets from a file. -
Uses of ImportInventoryDetails in com.oracle.bmc.cloudbridge.requests
Methods in com.oracle.bmc.cloudbridge.requests that return ImportInventoryDetails Modifier and Type Method Description ImportInventoryDetails
ImportInventoryRequest. getBody$()
Alternative accessor for the body parameter.ImportInventoryDetails
ImportInventoryRequest. getImportInventoryDetails()
The file input to create resources.Methods in com.oracle.bmc.cloudbridge.requests with parameters of type ImportInventoryDetails Modifier and Type Method Description ImportInventoryRequest.Builder
ImportInventoryRequest.Builder. body$(ImportInventoryDetails body)
Alternative setter for the body parameter.ImportInventoryRequest.Builder
ImportInventoryRequest.Builder. importInventoryDetails(ImportInventoryDetails importInventoryDetails)
The file input to create resources.
-