Uses of Class
com.oracle.bmc.cloudmigrations.responses.GetTargetAssetResponse
-
Packages that use GetTargetAssetResponse Package Description com.oracle.bmc.cloudmigrations com.oracle.bmc.cloudmigrations.responses -
-
Uses of GetTargetAssetResponse in com.oracle.bmc.cloudmigrations
Methods in com.oracle.bmc.cloudmigrations that return GetTargetAssetResponse Modifier and Type Method Description GetTargetAssetResponse
Migration. getTargetAsset(GetTargetAssetRequest request)
Gets a target asset by identifier.GetTargetAssetResponse
MigrationClient. getTargetAsset(GetTargetAssetRequest request)
Method parameters in com.oracle.bmc.cloudmigrations with type arguments of type GetTargetAssetResponse Modifier and Type Method Description Future<GetTargetAssetResponse>
MigrationAsync. getTargetAsset(GetTargetAssetRequest request, AsyncHandler<GetTargetAssetRequest,GetTargetAssetResponse> handler)
Gets a target asset by identifier.Future<GetTargetAssetResponse>
MigrationAsyncClient. getTargetAsset(GetTargetAssetRequest request, AsyncHandler<GetTargetAssetRequest,GetTargetAssetResponse> handler)
-
Uses of GetTargetAssetResponse in com.oracle.bmc.cloudmigrations.responses
Methods in com.oracle.bmc.cloudmigrations.responses that return GetTargetAssetResponse Modifier and Type Method Description GetTargetAssetResponse
GetTargetAssetResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudmigrations.responses with parameters of type GetTargetAssetResponse Modifier and Type Method Description GetTargetAssetResponse.Builder
GetTargetAssetResponse.Builder. copy(GetTargetAssetResponse o)
Copy method to populate the builder with values from the given instance.
-