Uses of Class
com.oracle.bmc.cloudmigrations.requests.UpdateTargetAssetRequest
-
Packages that use UpdateTargetAssetRequest Package Description com.oracle.bmc.cloudmigrations com.oracle.bmc.cloudmigrations.requests -
-
Uses of UpdateTargetAssetRequest in com.oracle.bmc.cloudmigrations
Methods in com.oracle.bmc.cloudmigrations with parameters of type UpdateTargetAssetRequest Modifier and Type Method Description UpdateTargetAssetResponse
Migration. updateTargetAsset(UpdateTargetAssetRequest request)
Updates the target asset.Future<UpdateTargetAssetResponse>
MigrationAsync. updateTargetAsset(UpdateTargetAssetRequest request, AsyncHandler<UpdateTargetAssetRequest,UpdateTargetAssetResponse> handler)
Updates the target asset.Future<UpdateTargetAssetResponse>
MigrationAsyncClient. updateTargetAsset(UpdateTargetAssetRequest request, AsyncHandler<UpdateTargetAssetRequest,UpdateTargetAssetResponse> handler)
UpdateTargetAssetResponse
MigrationClient. updateTargetAsset(UpdateTargetAssetRequest request)
Method parameters in com.oracle.bmc.cloudmigrations with type arguments of type UpdateTargetAssetRequest Modifier and Type Method Description Future<UpdateTargetAssetResponse>
MigrationAsync. updateTargetAsset(UpdateTargetAssetRequest request, AsyncHandler<UpdateTargetAssetRequest,UpdateTargetAssetResponse> handler)
Updates the target asset.Future<UpdateTargetAssetResponse>
MigrationAsyncClient. updateTargetAsset(UpdateTargetAssetRequest request, AsyncHandler<UpdateTargetAssetRequest,UpdateTargetAssetResponse> handler)
-
Uses of UpdateTargetAssetRequest in com.oracle.bmc.cloudmigrations.requests
Methods in com.oracle.bmc.cloudmigrations.requests that return UpdateTargetAssetRequest Modifier and Type Method Description UpdateTargetAssetRequest
UpdateTargetAssetRequest.Builder. build()
Build the instance of UpdateTargetAssetRequest as configured by this builderUpdateTargetAssetRequest
UpdateTargetAssetRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateTargetAssetRequest as configured by this builderMethods in com.oracle.bmc.cloudmigrations.requests with parameters of type UpdateTargetAssetRequest Modifier and Type Method Description UpdateTargetAssetRequest.Builder
UpdateTargetAssetRequest.Builder. copy(UpdateTargetAssetRequest o)
Copy method to populate the builder with values from the given instance.
-