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 newWaiterusing the default configuration.Waiter<GetAttributeTagRequest,GetAttributeTagResponse>DataCatalogWaiters. forAttributeTag(GetAttributeTagRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetAttributeTagRequest,GetAttributeTagResponse>DataCatalogWaiters. forAttributeTag(GetAttributeTagRequest 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 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 GetAttributeTagRequestGetAttributeTagRequest.Builder. build()Build the instance of GetAttributeTagRequest as configured by this builderGetAttributeTagRequestGetAttributeTagRequest.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.BuilderGetAttributeTagRequest.Builder. copy(GetAttributeTagRequest o)Copy method to populate the builder with values from the given instance.
-