Uses of Class
com.oracle.bmc.datacatalog.requests.CreateFolderRequest
-
Packages that use CreateFolderRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of CreateFolderRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog with parameters of type CreateFolderRequest Modifier and Type Method Description CreateFolderResponse
DataCatalog. createFolder(CreateFolderRequest request)
Creates a new folder.Future<CreateFolderResponse>
DataCatalogAsync. createFolder(CreateFolderRequest request, AsyncHandler<CreateFolderRequest,CreateFolderResponse> handler)
Creates a new folder.Future<CreateFolderResponse>
DataCatalogAsyncClient. createFolder(CreateFolderRequest request, AsyncHandler<CreateFolderRequest,CreateFolderResponse> handler)
CreateFolderResponse
DataCatalogClient. createFolder(CreateFolderRequest request)
Method parameters in com.oracle.bmc.datacatalog with type arguments of type CreateFolderRequest Modifier and Type Method Description Future<CreateFolderResponse>
DataCatalogAsync. createFolder(CreateFolderRequest request, AsyncHandler<CreateFolderRequest,CreateFolderResponse> handler)
Creates a new folder.Future<CreateFolderResponse>
DataCatalogAsyncClient. createFolder(CreateFolderRequest request, AsyncHandler<CreateFolderRequest,CreateFolderResponse> handler)
-
Uses of CreateFolderRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return CreateFolderRequest Modifier and Type Method Description CreateFolderRequest
CreateFolderRequest.Builder. build()
Build the instance of CreateFolderRequest as configured by this builderCreateFolderRequest
CreateFolderRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateFolderRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type CreateFolderRequest Modifier and Type Method Description CreateFolderRequest.Builder
CreateFolderRequest.Builder. copy(CreateFolderRequest o)
Copy method to populate the builder with values from the given instance.
-