Uses of Class
com.oracle.bmc.cloudbridge.responses.AnalyzeAssetsResponse
-
Packages that use AnalyzeAssetsResponse Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.responses -
-
Uses of AnalyzeAssetsResponse in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge that return AnalyzeAssetsResponse Modifier and Type Method Description AnalyzeAssetsResponse
Inventory. analyzeAssets(AnalyzeAssetsRequest request)
Returns an aggregation of assets.AnalyzeAssetsResponse
InventoryClient. analyzeAssets(AnalyzeAssetsRequest request)
Methods in com.oracle.bmc.cloudbridge that return types with arguments of type AnalyzeAssetsResponse 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)
Method parameters in com.oracle.bmc.cloudbridge with type arguments of type AnalyzeAssetsResponse 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 AnalyzeAssetsResponse in com.oracle.bmc.cloudbridge.responses
Methods in com.oracle.bmc.cloudbridge.responses that return AnalyzeAssetsResponse Modifier and Type Method Description AnalyzeAssetsResponse
AnalyzeAssetsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudbridge.responses with parameters of type AnalyzeAssetsResponse Modifier and Type Method Description AnalyzeAssetsResponse.Builder
AnalyzeAssetsResponse.Builder. copy(AnalyzeAssetsResponse o)
Copy method to populate the builder with values from the given instance.
-