Uses of Class
com.oracle.bmc.datacatalog.responses.CreateFolderTagResponse
-
Packages that use CreateFolderTagResponse Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.responses -
-
Uses of CreateFolderTagResponse in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return CreateFolderTagResponse Modifier and Type Method Description CreateFolderTagResponseDataCatalog. createFolderTag(CreateFolderTagRequest request)Creates a new folder tag.CreateFolderTagResponseDataCatalogClient. createFolderTag(CreateFolderTagRequest request)Methods in com.oracle.bmc.datacatalog that return types with arguments of type CreateFolderTagResponse Modifier and Type Method Description Future<CreateFolderTagResponse>DataCatalogAsync. createFolderTag(CreateFolderTagRequest request, AsyncHandler<CreateFolderTagRequest,CreateFolderTagResponse> handler)Creates a new folder tag.Future<CreateFolderTagResponse>DataCatalogAsyncClient. createFolderTag(CreateFolderTagRequest request, AsyncHandler<CreateFolderTagRequest,CreateFolderTagResponse> handler)Method parameters in com.oracle.bmc.datacatalog with type arguments of type CreateFolderTagResponse Modifier and Type Method Description Future<CreateFolderTagResponse>DataCatalogAsync. createFolderTag(CreateFolderTagRequest request, AsyncHandler<CreateFolderTagRequest,CreateFolderTagResponse> handler)Creates a new folder tag.Future<CreateFolderTagResponse>DataCatalogAsyncClient. createFolderTag(CreateFolderTagRequest request, AsyncHandler<CreateFolderTagRequest,CreateFolderTagResponse> handler) -
Uses of CreateFolderTagResponse in com.oracle.bmc.datacatalog.responses
Methods in com.oracle.bmc.datacatalog.responses that return CreateFolderTagResponse Modifier and Type Method Description CreateFolderTagResponseCreateFolderTagResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datacatalog.responses with parameters of type CreateFolderTagResponse Modifier and Type Method Description CreateFolderTagResponse.BuilderCreateFolderTagResponse.Builder. copy(CreateFolderTagResponse o)Copy method to populate the builder with values from the given instance.
-