Uses of Class
com.oracle.bmc.cloudbridge.requests.UpdateAssetRequest
-
Packages that use UpdateAssetRequest Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.requests -
-
Uses of UpdateAssetRequest in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge with parameters of type UpdateAssetRequest Modifier and Type Method Description UpdateAssetResponse
Inventory. updateAsset(UpdateAssetRequest request)
Updates the asset.Future<UpdateAssetResponse>
InventoryAsync. updateAsset(UpdateAssetRequest request, AsyncHandler<UpdateAssetRequest,UpdateAssetResponse> handler)
Updates the asset.Future<UpdateAssetResponse>
InventoryAsyncClient. updateAsset(UpdateAssetRequest request, AsyncHandler<UpdateAssetRequest,UpdateAssetResponse> handler)
UpdateAssetResponse
InventoryClient. updateAsset(UpdateAssetRequest request)
Method parameters in com.oracle.bmc.cloudbridge with type arguments of type UpdateAssetRequest 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 UpdateAssetRequest in com.oracle.bmc.cloudbridge.requests
Methods in com.oracle.bmc.cloudbridge.requests that return UpdateAssetRequest Modifier and Type Method Description UpdateAssetRequest
UpdateAssetRequest.Builder. build()
Build the instance of UpdateAssetRequest as configured by this builderUpdateAssetRequest
UpdateAssetRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateAssetRequest as configured by this builderMethods in com.oracle.bmc.cloudbridge.requests with parameters of type UpdateAssetRequest Modifier and Type Method Description UpdateAssetRequest.Builder
UpdateAssetRequest.Builder. copy(UpdateAssetRequest o)
Copy method to populate the builder with values from the given instance.
-