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