Uses of Class
com.oracle.bmc.cloudbridge.requests.AnalyzeAssetsRequest
-
Packages that use AnalyzeAssetsRequest Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.requests -
-
Uses of AnalyzeAssetsRequest in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge with parameters of type AnalyzeAssetsRequest Modifier and Type Method Description AnalyzeAssetsResponse
Inventory. analyzeAssets(AnalyzeAssetsRequest request)
Returns an aggregation of assets.Future<AnalyzeAssetsResponse>
InventoryAsync. analyzeAssets(AnalyzeAssetsRequest request, AsyncHandler<AnalyzeAssetsRequest,AnalyzeAssetsResponse> handler)
Returns an aggregation of assets.Future<AnalyzeAssetsResponse>
InventoryAsyncClient. analyzeAssets(AnalyzeAssetsRequest request, AsyncHandler<AnalyzeAssetsRequest,AnalyzeAssetsResponse> handler)
AnalyzeAssetsResponse
InventoryClient. analyzeAssets(AnalyzeAssetsRequest request)
Method parameters in com.oracle.bmc.cloudbridge with type arguments of type AnalyzeAssetsRequest Modifier and Type Method Description Future<AnalyzeAssetsResponse>
InventoryAsync. analyzeAssets(AnalyzeAssetsRequest request, AsyncHandler<AnalyzeAssetsRequest,AnalyzeAssetsResponse> handler)
Returns an aggregation of assets.Future<AnalyzeAssetsResponse>
InventoryAsyncClient. analyzeAssets(AnalyzeAssetsRequest request, AsyncHandler<AnalyzeAssetsRequest,AnalyzeAssetsResponse> handler)
-
Uses of AnalyzeAssetsRequest in com.oracle.bmc.cloudbridge.requests
Methods in com.oracle.bmc.cloudbridge.requests that return AnalyzeAssetsRequest Modifier and Type Method Description AnalyzeAssetsRequest
AnalyzeAssetsRequest.Builder. build()
Build the instance of AnalyzeAssetsRequest as configured by this builderAnalyzeAssetsRequest
AnalyzeAssetsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of AnalyzeAssetsRequest as configured by this builderMethods in com.oracle.bmc.cloudbridge.requests with parameters of type AnalyzeAssetsRequest Modifier and Type Method Description AnalyzeAssetsRequest.Builder
AnalyzeAssetsRequest.Builder. copy(AnalyzeAssetsRequest o)
Copy method to populate the builder with values from the given instance.
-