Uses of Class
com.oracle.bmc.dataintegration.requests.CreateFolderRequest
-
Packages that use CreateFolderRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of CreateFolderRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type CreateFolderRequest Modifier and Type Method Description CreateFolderResponse
DataIntegration. createFolder(CreateFolderRequest request)
Creates a folder in a project or in another folder, limited to two levels of folders.Future<CreateFolderResponse>
DataIntegrationAsync. createFolder(CreateFolderRequest request, AsyncHandler<CreateFolderRequest,CreateFolderResponse> handler)
Creates a folder in a project or in another folder, limited to two levels of folders.Future<CreateFolderResponse>
DataIntegrationAsyncClient. createFolder(CreateFolderRequest request, AsyncHandler<CreateFolderRequest,CreateFolderResponse> handler)
CreateFolderResponse
DataIntegrationClient. createFolder(CreateFolderRequest request)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type CreateFolderRequest Modifier and Type Method Description Future<CreateFolderResponse>
DataIntegrationAsync. createFolder(CreateFolderRequest request, AsyncHandler<CreateFolderRequest,CreateFolderResponse> handler)
Creates a folder in a project or in another folder, limited to two levels of folders.Future<CreateFolderResponse>
DataIntegrationAsyncClient. createFolder(CreateFolderRequest request, AsyncHandler<CreateFolderRequest,CreateFolderResponse> handler)
-
Uses of CreateFolderRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.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.dataintegration.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.
-