Uses of Class
com.oracle.bmc.datacatalog.requests.GetDataAssetTagRequest
-
Packages that use GetDataAssetTagRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of GetDataAssetTagRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return types with arguments of type GetDataAssetTagRequest Modifier and Type Method Description Waiter<GetDataAssetTagRequest,GetDataAssetTagResponse>DataCatalogWaiters. forDataAssetTag(GetDataAssetTagRequest request, LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetDataAssetTagRequest,GetDataAssetTagResponse>DataCatalogWaiters. forDataAssetTag(GetDataAssetTagRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetDataAssetTagRequest,GetDataAssetTagResponse>DataCatalogWaiters. forDataAssetTag(GetDataAssetTagRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.Method parameters in com.oracle.bmc.datacatalog with type arguments of type GetDataAssetTagRequest Modifier and Type Method Description Future<GetDataAssetTagResponse>DataCatalogAsync. getDataAssetTag(GetDataAssetTagRequest request, AsyncHandler<GetDataAssetTagRequest,GetDataAssetTagResponse> handler)Gets a specific data asset tag by key.Future<GetDataAssetTagResponse>DataCatalogAsyncClient. getDataAssetTag(GetDataAssetTagRequest request, AsyncHandler<GetDataAssetTagRequest,GetDataAssetTagResponse> handler) -
Uses of GetDataAssetTagRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return GetDataAssetTagRequest Modifier and Type Method Description GetDataAssetTagRequestGetDataAssetTagRequest.Builder. build()Build the instance of GetDataAssetTagRequest as configured by this builderGetDataAssetTagRequestGetDataAssetTagRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetDataAssetTagRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type GetDataAssetTagRequest Modifier and Type Method Description GetDataAssetTagRequest.BuilderGetDataAssetTagRequest.Builder. copy(GetDataAssetTagRequest o)Copy method to populate the builder with values from the given instance.
-