Uses of Class
com.oracle.bmc.datacatalog.requests.CreateFolderTagRequest
-
Packages that use CreateFolderTagRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of CreateFolderTagRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog with parameters of type CreateFolderTagRequest Modifier and Type Method Description CreateFolderTagResponseDataCatalog. createFolderTag(CreateFolderTagRequest request)Creates a new folder tag.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)CreateFolderTagResponseDataCatalogClient. createFolderTag(CreateFolderTagRequest request)Method parameters in com.oracle.bmc.datacatalog with type arguments of type CreateFolderTagRequest 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 CreateFolderTagRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return CreateFolderTagRequest Modifier and Type Method Description CreateFolderTagRequestCreateFolderTagRequest.Builder. build()Build the instance of CreateFolderTagRequest as configured by this builderCreateFolderTagRequestCreateFolderTagRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateFolderTagRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type CreateFolderTagRequest Modifier and Type Method Description CreateFolderTagRequest.BuilderCreateFolderTagRequest.Builder. copy(CreateFolderTagRequest o)Copy method to populate the builder with values from the given instance.
-