Uses of Class
com.oracle.bmc.dataintegration.responses.CreateFolderResponse
-
Packages that use CreateFolderResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of CreateFolderResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return CreateFolderResponse 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.CreateFolderResponse
DataIntegrationClient. createFolder(CreateFolderRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type CreateFolderResponse 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)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type CreateFolderResponse 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 CreateFolderResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return CreateFolderResponse Modifier and Type Method Description CreateFolderResponse
CreateFolderResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type CreateFolderResponse Modifier and Type Method Description CreateFolderResponse.Builder
CreateFolderResponse.Builder. copy(CreateFolderResponse o)
Copy method to populate the builder with values from the given instance.
-