Package | Description |
---|---|
com.oracle.bmc.dataintegration | |
com.oracle.bmc.dataintegration.requests |
Modifier and Type | Method and Description |
---|---|
CreateFolderResponse |
DataIntegrationClient.createFolder(CreateFolderRequest request) |
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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
CreateFolderRequest |
CreateFolderRequest.Builder.build()
Build the instance of CreateFolderRequest as configured by this builder
|
CreateFolderRequest |
CreateFolderRequest.Builder.buildWithoutInvocationCallback()
Build the instance of CreateFolderRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
CreateFolderRequest.Builder |
CreateFolderRequest.Builder.copy(CreateFolderRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.