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 CreateEntityTagResponse
DataCatalog. 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)
CreateEntityTagResponse
DataCatalogClient. 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 CreateEntityTagRequest
CreateEntityTagRequest.Builder. build()
Build the instance of CreateEntityTagRequest as configured by this builderCreateEntityTagRequest
CreateEntityTagRequest.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.Builder
CreateEntityTagRequest.Builder. copy(CreateEntityTagRequest o)
Copy method to populate the builder with values from the given instance.
-