Uses of Class
com.oracle.bmc.dataintegration.responses.GetDataAssetResponse
-
Packages that use GetDataAssetResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of GetDataAssetResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return GetDataAssetResponse Modifier and Type Method Description GetDataAssetResponse
DataIntegration. getDataAsset(GetDataAssetRequest request)
Retrieves details of a data asset using the specified identifier.GetDataAssetResponse
DataIntegrationClient. getDataAsset(GetDataAssetRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type GetDataAssetResponse Modifier and Type Method Description Future<GetDataAssetResponse>
DataIntegrationAsync. getDataAsset(GetDataAssetRequest request, AsyncHandler<GetDataAssetRequest,GetDataAssetResponse> handler)
Retrieves details of a data asset using the specified identifier.Future<GetDataAssetResponse>
DataIntegrationAsyncClient. getDataAsset(GetDataAssetRequest request, AsyncHandler<GetDataAssetRequest,GetDataAssetResponse> handler)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type GetDataAssetResponse Modifier and Type Method Description Future<GetDataAssetResponse>
DataIntegrationAsync. getDataAsset(GetDataAssetRequest request, AsyncHandler<GetDataAssetRequest,GetDataAssetResponse> handler)
Retrieves details of a data asset using the specified identifier.Future<GetDataAssetResponse>
DataIntegrationAsyncClient. getDataAsset(GetDataAssetRequest request, AsyncHandler<GetDataAssetRequest,GetDataAssetResponse> handler)
-
Uses of GetDataAssetResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return GetDataAssetResponse Modifier and Type Method Description GetDataAssetResponse
GetDataAssetResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type GetDataAssetResponse Modifier and Type Method Description GetDataAssetResponse.Builder
GetDataAssetResponse.Builder. copy(GetDataAssetResponse o)
Copy method to populate the builder with values from the given instance.
-