Uses of Class
com.oracle.bmc.datacatalog.responses.CreateEntityTagResponse
-
Packages that use CreateEntityTagResponse Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.responses -
-
Uses of CreateEntityTagResponse in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return CreateEntityTagResponse Modifier and Type Method Description CreateEntityTagResponseDataCatalog. createEntityTag(CreateEntityTagRequest request)Creates a new entity tag.CreateEntityTagResponseDataCatalogClient. createEntityTag(CreateEntityTagRequest request)Methods in com.oracle.bmc.datacatalog that return types with arguments of type CreateEntityTagResponse 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)Method parameters in com.oracle.bmc.datacatalog with type arguments of type CreateEntityTagResponse 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 CreateEntityTagResponse in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return CreateEntityTagResponse Modifier and Type Method Description CreateEntityTagResponseCreateEntityTagResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datacatalog.responses with parameters of type CreateEntityTagResponse Modifier and Type Method Description CreateEntityTagResponse.BuilderCreateEntityTagResponse.Builder. copy(CreateEntityTagResponse o)Copy method to populate the builder with values from the given instance.
-