Uses of Class
com.oracle.bmc.aianomalydetection.requests.GetDataAssetRequest
-
Packages that use GetDataAssetRequest Package Description com.oracle.bmc.aianomalydetection com.oracle.bmc.aianomalydetection.requests -
-
Uses of GetDataAssetRequest in com.oracle.bmc.aianomalydetection
Methods in com.oracle.bmc.aianomalydetection that return types with arguments of type GetDataAssetRequest Modifier and Type Method Description Waiter<GetDataAssetRequest,GetDataAssetResponse>
AnomalyDetectionWaiters. forDataAsset(GetDataAssetRequest request, DataAsset.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDataAssetRequest,GetDataAssetResponse>
AnomalyDetectionWaiters. forDataAsset(GetDataAssetRequest request, DataAsset.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDataAssetRequest,GetDataAssetResponse>
AnomalyDetectionWaiters. forDataAsset(GetDataAssetRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, DataAsset.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.aianomalydetection with type arguments of type GetDataAssetRequest Modifier and Type Method Description Future<GetDataAssetResponse>
AnomalyDetectionAsync. getDataAsset(GetDataAssetRequest request, AsyncHandler<GetDataAssetRequest,GetDataAssetResponse> handler)
Gets a DataAsset by identifierFuture<GetDataAssetResponse>
AnomalyDetectionAsyncClient. getDataAsset(GetDataAssetRequest request, AsyncHandler<GetDataAssetRequest,GetDataAssetResponse> handler)
-
Uses of GetDataAssetRequest in com.oracle.bmc.aianomalydetection.requests
Methods in com.oracle.bmc.aianomalydetection.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.aianomalydetection.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.
-