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