Uses of Class
com.oracle.bmc.dataintegration.requests.UpdateFolderRequest
-
Packages that use UpdateFolderRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of UpdateFolderRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type UpdateFolderRequest Modifier and Type Method Description UpdateFolderResponse
DataIntegration. updateFolder(UpdateFolderRequest request)
Updates a specific folder.Future<UpdateFolderResponse>
DataIntegrationAsync. updateFolder(UpdateFolderRequest request, AsyncHandler<UpdateFolderRequest,UpdateFolderResponse> handler)
Updates a specific folder.Future<UpdateFolderResponse>
DataIntegrationAsyncClient. updateFolder(UpdateFolderRequest request, AsyncHandler<UpdateFolderRequest,UpdateFolderResponse> handler)
UpdateFolderResponse
DataIntegrationClient. updateFolder(UpdateFolderRequest request)
Method parameters in com.oracle.bmc.dataintegration with type arguments of type UpdateFolderRequest Modifier and Type Method Description Future<UpdateFolderResponse>
DataIntegrationAsync. updateFolder(UpdateFolderRequest request, AsyncHandler<UpdateFolderRequest,UpdateFolderResponse> handler)
Updates a specific folder.Future<UpdateFolderResponse>
DataIntegrationAsyncClient. updateFolder(UpdateFolderRequest request, AsyncHandler<UpdateFolderRequest,UpdateFolderResponse> handler)
-
Uses of UpdateFolderRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return UpdateFolderRequest Modifier and Type Method Description UpdateFolderRequest
UpdateFolderRequest.Builder. build()
Build the instance of UpdateFolderRequest as configured by this builderUpdateFolderRequest
UpdateFolderRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateFolderRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type UpdateFolderRequest Modifier and Type Method Description UpdateFolderRequest.Builder
UpdateFolderRequest.Builder. copy(UpdateFolderRequest o)
Copy method to populate the builder with values from the given instance.
-