Uses of Class
com.oracle.bmc.datacatalog.requests.CreateAttributeTagRequest
-
Packages that use CreateAttributeTagRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of CreateAttributeTagRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog with parameters of type CreateAttributeTagRequest Modifier and Type Method Description CreateAttributeTagResponse
DataCatalog. createAttributeTag(CreateAttributeTagRequest request)
Creates a new entity attribute tag.Future<CreateAttributeTagResponse>
DataCatalogAsync. createAttributeTag(CreateAttributeTagRequest request, AsyncHandler<CreateAttributeTagRequest,CreateAttributeTagResponse> handler)
Creates a new entity attribute tag.Future<CreateAttributeTagResponse>
DataCatalogAsyncClient. createAttributeTag(CreateAttributeTagRequest request, AsyncHandler<CreateAttributeTagRequest,CreateAttributeTagResponse> handler)
CreateAttributeTagResponse
DataCatalogClient. createAttributeTag(CreateAttributeTagRequest request)
Method parameters in com.oracle.bmc.datacatalog with type arguments of type CreateAttributeTagRequest Modifier and Type Method Description Future<CreateAttributeTagResponse>
DataCatalogAsync. createAttributeTag(CreateAttributeTagRequest request, AsyncHandler<CreateAttributeTagRequest,CreateAttributeTagResponse> handler)
Creates a new entity attribute tag.Future<CreateAttributeTagResponse>
DataCatalogAsyncClient. createAttributeTag(CreateAttributeTagRequest request, AsyncHandler<CreateAttributeTagRequest,CreateAttributeTagResponse> handler)
-
Uses of CreateAttributeTagRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return CreateAttributeTagRequest Modifier and Type Method Description CreateAttributeTagRequest
CreateAttributeTagRequest.Builder. build()
Build the instance of CreateAttributeTagRequest as configured by this builderCreateAttributeTagRequest
CreateAttributeTagRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateAttributeTagRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type CreateAttributeTagRequest Modifier and Type Method Description CreateAttributeTagRequest.Builder
CreateAttributeTagRequest.Builder. copy(CreateAttributeTagRequest o)
Copy method to populate the builder with values from the given instance.
-