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