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 CreateAttributeTagResponseDataCatalog. 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)CreateAttributeTagResponseDataCatalogClient. 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 CreateAttributeTagRequestCreateAttributeTagRequest.Builder. build()Build the instance of CreateAttributeTagRequest as configured by this builderCreateAttributeTagRequestCreateAttributeTagRequest.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.BuilderCreateAttributeTagRequest.Builder. copy(CreateAttributeTagRequest o)Copy method to populate the builder with values from the given instance.
-