Uses of Class
com.oracle.bmc.cloudbridge.responses.UpdateAssetResponse
-
Packages that use UpdateAssetResponse Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.responses -
-
Uses of UpdateAssetResponse in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge that return UpdateAssetResponse Modifier and Type Method Description UpdateAssetResponse
Inventory. updateAsset(UpdateAssetRequest request)
Updates the asset.UpdateAssetResponse
InventoryClient. updateAsset(UpdateAssetRequest request)
Methods in com.oracle.bmc.cloudbridge that return types with arguments of type UpdateAssetResponse Modifier and Type Method Description Future<UpdateAssetResponse>
InventoryAsync. updateAsset(UpdateAssetRequest request, AsyncHandler<UpdateAssetRequest,UpdateAssetResponse> handler)
Updates the asset.Future<UpdateAssetResponse>
InventoryAsyncClient. updateAsset(UpdateAssetRequest request, AsyncHandler<UpdateAssetRequest,UpdateAssetResponse> handler)
Method parameters in com.oracle.bmc.cloudbridge with type arguments of type UpdateAssetResponse Modifier and Type Method Description Future<UpdateAssetResponse>
InventoryAsync. updateAsset(UpdateAssetRequest request, AsyncHandler<UpdateAssetRequest,UpdateAssetResponse> handler)
Updates the asset.Future<UpdateAssetResponse>
InventoryAsyncClient. updateAsset(UpdateAssetRequest request, AsyncHandler<UpdateAssetRequest,UpdateAssetResponse> handler)
-
Uses of UpdateAssetResponse in com.oracle.bmc.cloudbridge.responses
Methods in com.oracle.bmc.cloudbridge.responses that return UpdateAssetResponse Modifier and Type Method Description UpdateAssetResponse
UpdateAssetResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudbridge.responses with parameters of type UpdateAssetResponse Modifier and Type Method Description UpdateAssetResponse.Builder
UpdateAssetResponse.Builder. copy(UpdateAssetResponse o)
Copy method to populate the builder with values from the given instance.
-