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