Uses of Class
com.oracle.bmc.dataintegration.requests.GetDataAssetRequest
-
Packages that use GetDataAssetRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of GetDataAssetRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type GetDataAssetRequest Modifier and Type Method Description GetDataAssetResponse
DataIntegration. getDataAsset(GetDataAssetRequest request)
Retrieves details of a data asset using the specified identifier.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)
GetDataAssetResponse
DataIntegrationClient. getDataAsset(GetDataAssetRequest request)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type GetDataAssetRequest 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 GetDataAssetRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return GetDataAssetRequest Modifier and Type Method Description GetDataAssetRequest
GetDataAssetRequest.Builder. build()
Build the instance of GetDataAssetRequest as configured by this builderGetDataAssetRequest
GetDataAssetRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetDataAssetRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type GetDataAssetRequest Modifier and Type Method Description GetDataAssetRequest.Builder
GetDataAssetRequest.Builder. copy(GetDataAssetRequest o)
Copy method to populate the builder with values from the given instance.
-