All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.oracle.bmc.dataintegration.DataIntegrationAsync Maven / Gradle / Ivy

There is a newer version: 3.46.1
Show newest version
/**
 * Copyright (c) 2016, 2023, Oracle and/or its affiliates.  All rights reserved.
 * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
 */
package com.oracle.bmc.dataintegration;

import com.oracle.bmc.dataintegration.requests.*;
import com.oracle.bmc.dataintegration.responses.*;

/**
 * Use the Data Integration API to organize your data integration projects, create data flows, pipelines and tasks, and then publish, schedule, and run tasks that extract, transform, and load data. For more information, see [Data Integration](https://docs.oracle.com/iaas/data-integration/home.htm).
 */
@javax.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20200430")
public interface DataIntegrationAsync extends AutoCloseable {

    /**
     * Rebuilds the client from scratch.
     * Useful to refresh certificates.
     */
    void refreshClient();

    /**
     * Sets the endpoint to call (ex, https://www.example.com).
     * @param endpoint The endpoint of the serice.
     */
    void setEndpoint(String endpoint);

    /**
     * Gets the set endpoint for REST call (ex, https://www.example.com)
     */
    String getEndpoint();

    /**
     * Sets the region to call (ex, Region.US_PHOENIX_1).
     * 

* Note, this will call {@link #setEndpoint(String) setEndpoint} after resolving the endpoint. If the service is not available in this region, however, an IllegalArgumentException will be raised. * @param region The region of the service. */ void setRegion(com.oracle.bmc.Region region); /** * Sets the region to call (ex, 'us-phoenix-1'). *

* Note, this will first try to map the region ID to a known Region and call * {@link #setRegion(Region) setRegion}. *

* If no known Region could be determined, it will create an endpoint based on the * default endpoint format ({@link com.oracle.bmc.Region#formatDefaultRegionEndpoint(Service, String)} * and then call {@link #setEndpoint(String) setEndpoint}. * @param regionId The public region ID. */ void setRegion(String regionId); /** * Moves a workspace to a specified compartment. * * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future changeCompartment( ChangeCompartmentRequest request, com.oracle.bmc.responses.AsyncHandler< ChangeCompartmentRequest, ChangeCompartmentResponse> handler); /** * Moves a DIS Application to a specified compartment. * * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future changeDisApplicationCompartment( ChangeDisApplicationCompartmentRequest request, com.oracle.bmc.responses.AsyncHandler< ChangeDisApplicationCompartmentRequest, ChangeDisApplicationCompartmentResponse> handler); /** * Creates an application. * * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future createApplication( CreateApplicationRequest request, com.oracle.bmc.responses.AsyncHandler< CreateApplicationRequest, CreateApplicationResponse> handler); /** * Creates a connection under an existing data asset. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future createConnection( CreateConnectionRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Creates a connection validation. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future createConnectionValidation( CreateConnectionValidationRequest request, com.oracle.bmc.responses.AsyncHandler< CreateConnectionValidationRequest, CreateConnectionValidationResponse> handler); /** * Creates a data asset with default connection. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future createDataAsset( CreateDataAssetRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Creates a new data flow in a project or folder ready for performing data integrations. * * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future createDataFlow( CreateDataFlowRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Accepts the data flow definition in the request payload and creates a data flow validation. * * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future createDataFlowValidation( CreateDataFlowValidationRequest request, com.oracle.bmc.responses.AsyncHandler< CreateDataFlowValidationRequest, CreateDataFlowValidationResponse> handler); /** * Creates a DIS Application. * * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future createDisApplication( CreateDisApplicationRequest request, com.oracle.bmc.responses.AsyncHandler< CreateDisApplicationRequest, CreateDisApplicationResponse> handler); /** * Creates the data entity shape using the shape from the data asset. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future createEntityShape( CreateEntityShapeRequest request, com.oracle.bmc.responses.AsyncHandler< CreateEntityShapeRequest, CreateEntityShapeResponse> handler); /** * Publish a DataFlow in a OCI DataFlow application. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future createExternalPublication( CreateExternalPublicationRequest request, com.oracle.bmc.responses.AsyncHandler< CreateExternalPublicationRequest, CreateExternalPublicationResponse> handler); /** * Validates a specific task. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future createExternalPublicationValidation( CreateExternalPublicationValidationRequest request, com.oracle.bmc.responses.AsyncHandler< CreateExternalPublicationValidationRequest, CreateExternalPublicationValidationResponse> handler); /** * Creates a folder in a project or in another folder, limited to two levels of folders. | * Folders are used to organize your design-time resources, such as tasks or data flows. * * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future createFolder( CreateFolderRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Creates a function library in a project or in another function library, limited to two levels of function libraries. | * FunctionLibraries are used to organize your design-time resources, such as tasks or data flows. * * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future createFunctionLibrary( CreateFunctionLibraryRequest request, com.oracle.bmc.responses.AsyncHandler< CreateFunctionLibraryRequest, CreateFunctionLibraryResponse> handler); /** * Creates a patch in an application. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future createPatch( CreatePatchRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Creates a new pipeline in a project or folder ready for performing task orchestration. * * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future createPipeline( CreatePipelineRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Accepts the data flow definition in the request payload and creates a pipeline validation. * * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future createPipelineValidation( CreatePipelineValidationRequest request, com.oracle.bmc.responses.AsyncHandler< CreatePipelineValidationRequest, CreatePipelineValidationResponse> handler); /** * Creates a project. Projects are organizational constructs within a workspace that you use to organize your design-time resources, such as tasks or data flows. Projects can be organized into folders. * * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future createProject( CreateProjectRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Endpoint to create a new schedule * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future createSchedule( CreateScheduleRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Creates a new task ready for performing data integrations. There are specialized types of tasks that include data loader and integration tasks. * * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future createTask( CreateTaskRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Creates a data integration task run for the specified task. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future createTaskRun( CreateTaskRunRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Endpoint to be used create TaskSchedule. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future createTaskSchedule( CreateTaskScheduleRequest request, com.oracle.bmc.responses.AsyncHandler< CreateTaskScheduleRequest, CreateTaskScheduleResponse> handler); /** * Validates a specific task. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future createTaskValidation( CreateTaskValidationRequest request, com.oracle.bmc.responses.AsyncHandler< CreateTaskValidationRequest, CreateTaskValidationResponse> handler); /** * Creates a new UserDefinedFunction in a function library ready for performing data integrations. * * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future createUserDefinedFunction( CreateUserDefinedFunctionRequest request, com.oracle.bmc.responses.AsyncHandler< CreateUserDefinedFunctionRequest, CreateUserDefinedFunctionResponse> handler); /** * Accepts the UserDefinedFunction definition in the request payload and creates a UserDefinedFunction validation. * * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future createUserDefinedFunctionValidation( CreateUserDefinedFunctionValidationRequest request, com.oracle.bmc.responses.AsyncHandler< CreateUserDefinedFunctionValidationRequest, CreateUserDefinedFunctionValidationResponse> handler); /** * Creates a new Data Integration workspace ready for performing data integration tasks. To retrieve the OCID for the new workspace, use the opc-work-request-id returned by this API and call the {@link #getWorkRequest(GetWorkRequestRequest, Consumer, Consumer) getWorkRequest} API. * * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future createWorkspace( CreateWorkspaceRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Removes an application using the specified identifier. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future deleteApplication( DeleteApplicationRequest request, com.oracle.bmc.responses.AsyncHandler< DeleteApplicationRequest, DeleteApplicationResponse> handler); /** * Removes a connection using the specified identifier. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future deleteConnection( DeleteConnectionRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Deletes a connection validation. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future deleteConnectionValidation( DeleteConnectionValidationRequest request, com.oracle.bmc.responses.AsyncHandler< DeleteConnectionValidationRequest, DeleteConnectionValidationResponse> handler); /** * Removes a data asset using the specified identifier. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future deleteDataAsset( DeleteDataAssetRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Removes a data flow from a project or folder using the specified identifier. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future deleteDataFlow( DeleteDataFlowRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Removes a data flow validation using the specified identifier. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future deleteDataFlowValidation( DeleteDataFlowValidationRequest request, com.oracle.bmc.responses.AsyncHandler< DeleteDataFlowValidationRequest, DeleteDataFlowValidationResponse> handler); /** * Removes a DIS application using the specified identifier. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future deleteDisApplication( DeleteDisApplicationRequest request, com.oracle.bmc.responses.AsyncHandler< DeleteDisApplicationRequest, DeleteDisApplicationResponse> handler); /** * Removes a published object using the specified identifier. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future deleteExternalPublication( DeleteExternalPublicationRequest request, com.oracle.bmc.responses.AsyncHandler< DeleteExternalPublicationRequest, DeleteExternalPublicationResponse> handler); /** * Removes a task validation using the specified identifier. * * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future deleteExternalPublicationValidation( DeleteExternalPublicationValidationRequest request, com.oracle.bmc.responses.AsyncHandler< DeleteExternalPublicationValidationRequest, DeleteExternalPublicationValidationResponse> handler); /** * Removes a folder from a project using the specified identifier. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future deleteFolder( DeleteFolderRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Removes a Function Library from a project using the specified identifier. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future deleteFunctionLibrary( DeleteFunctionLibraryRequest request, com.oracle.bmc.responses.AsyncHandler< DeleteFunctionLibraryRequest, DeleteFunctionLibraryResponse> handler); /** * Removes a patch using the specified identifier. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future deletePatch( DeletePatchRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Removes a pipeline from a project or folder using the specified identifier. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future deletePipeline( DeletePipelineRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Removes a pipeline validation using the specified identifier. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future deletePipelineValidation( DeletePipelineValidationRequest request, com.oracle.bmc.responses.AsyncHandler< DeletePipelineValidationRequest, DeletePipelineValidationResponse> handler); /** * Removes a project from the workspace using the specified identifier. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future deleteProject( DeleteProjectRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Endpoint to delete schedule. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future deleteSchedule( DeleteScheduleRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Removes a task using the specified identifier. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future deleteTask( DeleteTaskRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Deletes a task run using the specified identifier. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future deleteTaskRun( DeleteTaskRunRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Endpoint to delete TaskSchedule. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future deleteTaskSchedule( DeleteTaskScheduleRequest request, com.oracle.bmc.responses.AsyncHandler< DeleteTaskScheduleRequest, DeleteTaskScheduleResponse> handler); /** * Removes a task validation using the specified identifier. * * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future deleteTaskValidation( DeleteTaskValidationRequest request, com.oracle.bmc.responses.AsyncHandler< DeleteTaskValidationRequest, DeleteTaskValidationResponse> handler); /** * Removes a UserDefinedFunction from a function library using the specified identifier. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future deleteUserDefinedFunction( DeleteUserDefinedFunctionRequest request, com.oracle.bmc.responses.AsyncHandler< DeleteUserDefinedFunctionRequest, DeleteUserDefinedFunctionResponse> handler); /** * Removes a UserDefinedFunction validation using the specified identifier. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future deleteUserDefinedFunctionValidation( DeleteUserDefinedFunctionValidationRequest request, com.oracle.bmc.responses.AsyncHandler< DeleteUserDefinedFunctionValidationRequest, DeleteUserDefinedFunctionValidationResponse> handler); /** * Deletes a Data Integration workspace resource using the specified identifier. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future deleteWorkspace( DeleteWorkspaceRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Retrieves an application using the specified identifier. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future getApplication( GetApplicationRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Retrieves the connection details using the specified identifier. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future getConnection( GetConnectionRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Retrieves a connection validation using the specified identifier. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future getConnectionValidation( GetConnectionValidationRequest request, com.oracle.bmc.responses.AsyncHandler< GetConnectionValidationRequest, GetConnectionValidationResponse> handler); /** * Retrieves statistics on a workspace. It returns an object with an array of property values, such as the number of projects, | * applications, data assets, and so on. * * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future getCountStatistic( GetCountStatisticRequest request, com.oracle.bmc.responses.AsyncHandler< GetCountStatisticRequest, GetCountStatisticResponse> handler); /** * Retrieves details of a data asset using the specified identifier. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future getDataAsset( GetDataAssetRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Retrieves the data entity details with the given name from live schema. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future getDataEntity( GetDataEntityRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Retrieves a data flow using the specified identifier. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future getDataFlow( GetDataFlowRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Retrieves a data flow validation using the specified identifier. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future getDataFlowValidation( GetDataFlowValidationRequest request, com.oracle.bmc.responses.AsyncHandler< GetDataFlowValidationRequest, GetDataFlowValidationResponse> handler); /** * Retrieves the details of a dependent object from an application. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future getDependentObject( GetDependentObjectRequest request, com.oracle.bmc.responses.AsyncHandler< GetDependentObjectRequest, GetDependentObjectResponse> handler); /** * Retrieves an application using the specified OCID. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future getDisApplication( GetDisApplicationRequest request, com.oracle.bmc.responses.AsyncHandler< GetDisApplicationRequest, GetDisApplicationResponse> handler); /** * Retrieves a publshed object in an task using the specified identifier. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future getExternalPublication( GetExternalPublicationRequest request, com.oracle.bmc.responses.AsyncHandler< GetExternalPublicationRequest, GetExternalPublicationResponse> handler); /** * Retrieves an external publication validation using the specified identifier. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future getExternalPublicationValidation( GetExternalPublicationValidationRequest request, com.oracle.bmc.responses.AsyncHandler< GetExternalPublicationValidationRequest, GetExternalPublicationValidationResponse> handler); /** * Retrieves a folder using the specified identifier. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future getFolder( GetFolderRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Retrieves a Function Library using the specified identifier. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future getFunctionLibrary( GetFunctionLibraryRequest request, com.oracle.bmc.responses.AsyncHandler< GetFunctionLibraryRequest, GetFunctionLibraryResponse> handler); /** * Retrieves a patch in an application using the specified identifier. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future getPatch( GetPatchRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Retrieves a pipeline using the specified identifier. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future getPipeline( GetPipelineRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Retrieves a pipeline validation using the specified identifier. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future getPipelineValidation( GetPipelineValidationRequest request, com.oracle.bmc.responses.AsyncHandler< GetPipelineValidationRequest, GetPipelineValidationResponse> handler); /** * Retrieves a project using the specified identifier. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future getProject( GetProjectRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Retrieves the details of a published object from an application. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future getPublishedObject( GetPublishedObjectRequest request, com.oracle.bmc.responses.AsyncHandler< GetPublishedObjectRequest, GetPublishedObjectResponse> handler); /** * Retrieves a reference in an application. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future getReference( GetReferenceRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Retrieves a runtime operator using the specified identifier. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future getRuntimeOperator( GetRuntimeOperatorRequest request, com.oracle.bmc.responses.AsyncHandler< GetRuntimeOperatorRequest, GetRuntimeOperatorResponse> handler); /** * Retrieves a runtime pipeline using the specified identifier. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future getRuntimePipeline( GetRuntimePipelineRequest request, com.oracle.bmc.responses.AsyncHandler< GetRuntimePipelineRequest, GetRuntimePipelineResponse> handler); /** * Retrieves schedule by schedule key * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future getSchedule( GetScheduleRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Retrieves a schema that can be accessed using the specified connection. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future getSchema( GetSchemaRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Retrieves a task using the specified identifier. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future getTask( GetTaskRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Retrieves a task run using the specified identifier. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future getTaskRun( GetTaskRunRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Endpoint used to get taskSchedule by its key * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future getTaskSchedule( GetTaskScheduleRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Retrieves a task validation using the specified identifier. * * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future getTaskValidation( GetTaskValidationRequest request, com.oracle.bmc.responses.AsyncHandler< GetTaskValidationRequest, GetTaskValidationResponse> handler); /** * Retrieves a UserDefinedFunction using the specified identifier. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future getUserDefinedFunction( GetUserDefinedFunctionRequest request, com.oracle.bmc.responses.AsyncHandler< GetUserDefinedFunctionRequest, GetUserDefinedFunctionResponse> handler); /** * Retrieves a UserDefinedFunction validation using the specified identifier. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future getUserDefinedFunctionValidation( GetUserDefinedFunctionValidationRequest request, com.oracle.bmc.responses.AsyncHandler< GetUserDefinedFunctionValidationRequest, GetUserDefinedFunctionValidationResponse> handler); /** * Retrieves the status of the work request with the given ID. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future getWorkRequest( GetWorkRequestRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Retrieves a Data Integration workspace using the specified identifier. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future getWorkspace( GetWorkspaceRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Retrieves a list of applications and provides options to filter the list. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future listApplications( ListApplicationsRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Retrieves a list of connection validations within the specified workspace. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future listConnectionValidations( ListConnectionValidationsRequest request, com.oracle.bmc.responses.AsyncHandler< ListConnectionValidationsRequest, ListConnectionValidationsResponse> handler); /** * Retrieves a list of all connections. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future listConnections( ListConnectionsRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Retrieves a list of all data asset summaries. * * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future listDataAssets( ListDataAssetsRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Lists a summary of data entities from the data asset using the specified connection. * * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future listDataEntities( ListDataEntitiesRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Retrieves a list of data flow validations within the specified workspace. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future listDataFlowValidations( ListDataFlowValidationsRequest request, com.oracle.bmc.responses.AsyncHandler< ListDataFlowValidationsRequest, ListDataFlowValidationsResponse> handler); /** * Retrieves a list of data flows in a project or folder. * * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future listDataFlows( ListDataFlowsRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Retrieves a list of all dependent objects for a specific application. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future listDependentObjects( ListDependentObjectsRequest request, com.oracle.bmc.responses.AsyncHandler< ListDependentObjectsRequest, ListDependentObjectsResponse> handler); /** * This endpoint can be used to list Task Run Lineages within a given time window. * * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future listDisApplicationTaskRunLineages( ListDisApplicationTaskRunLineagesRequest request, com.oracle.bmc.responses.AsyncHandler< ListDisApplicationTaskRunLineagesRequest, ListDisApplicationTaskRunLineagesResponse> handler); /** * Retrieves a list of DIS Applications in a compartment and provides options to filter the list. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future listDisApplications( ListDisApplicationsRequest request, com.oracle.bmc.responses.AsyncHandler< ListDisApplicationsRequest, ListDisApplicationsResponse> handler); /** * Retrieves a lists of external publication validations in a workspace and provides options to filter the list. * * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future listExternalPublicationValidations( ListExternalPublicationValidationsRequest request, com.oracle.bmc.responses.AsyncHandler< ListExternalPublicationValidationsRequest, ListExternalPublicationValidationsResponse> handler); /** * Retrieves a list of external publications in an application and provides options to filter the list. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future listExternalPublications( ListExternalPublicationsRequest request, com.oracle.bmc.responses.AsyncHandler< ListExternalPublicationsRequest, ListExternalPublicationsResponse> handler); /** * Retrieves a list of folders in a project and provides options to filter the list. * * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future listFolders( ListFoldersRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Retrieves a list of function libraries in a project and provides options to filter the list. * * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future listFunctionLibraries( ListFunctionLibrariesRequest request, com.oracle.bmc.responses.AsyncHandler< ListFunctionLibrariesRequest, ListFunctionLibrariesResponse> handler); /** * Retrieves a list of patches in an application and provides options to filter the list. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future listPatchChanges( ListPatchChangesRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Retrieves a list of patches in an application and provides options to filter the list. For listing changes based on a period and logical objects changed, see ListPatchChanges API. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future listPatches( ListPatchesRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Retrieves a list of pipeline validations within the specified workspace. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future listPipelineValidations( ListPipelineValidationsRequest request, com.oracle.bmc.responses.AsyncHandler< ListPipelineValidationsRequest, ListPipelineValidationsResponse> handler); /** * Retrieves a list of pipelines in a project or folder from within a workspace, the query parameter specifies the project or folder. * * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future listPipelines( ListPipelinesRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Retrieves a lists of projects in a workspace and provides options to filter the list. * * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future listProjects( ListProjectsRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Retrieves a list of all the published objects for a specified application. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future listPublishedObjects( ListPublishedObjectsRequest request, com.oracle.bmc.responses.AsyncHandler< ListPublishedObjectsRequest, ListPublishedObjectsResponse> handler); /** * Retrieves a list of references in an application. Reference objects are created when dataflows and tasks use objects, such as data assets and connections. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future listReferences( ListReferencesRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * This endpoint can be used to list runtime operators with filtering options * * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future listRuntimeOperators( ListRuntimeOperatorsRequest request, com.oracle.bmc.responses.AsyncHandler< ListRuntimeOperatorsRequest, ListRuntimeOperatorsResponse> handler); /** * This endpoint can be used to list runtime pipelines with filtering options * * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future listRuntimePipelines( ListRuntimePipelinesRequest request, com.oracle.bmc.responses.AsyncHandler< ListRuntimePipelinesRequest, ListRuntimePipelinesResponse> handler); /** * Use this endpoint to list schedules. * * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future listSchedules( ListSchedulesRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Retrieves a list of all the schemas that can be accessed using the specified connection. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future listSchemas( ListSchemasRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * This endpoint can be used to list Task Run Lineages within a given time window. * * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future listTaskRunLineages( ListTaskRunLineagesRequest request, com.oracle.bmc.responses.AsyncHandler< ListTaskRunLineagesRequest, ListTaskRunLineagesResponse> handler); /** * Gets log entries for task runs using its key. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future listTaskRunLogs( ListTaskRunLogsRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Retrieves a list of task runs and provides options to filter the list. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future listTaskRuns( ListTaskRunsRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * This endpoint can be used to get the list of all the TaskSchedule objects. * * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future listTaskSchedules( ListTaskSchedulesRequest request, com.oracle.bmc.responses.AsyncHandler< ListTaskSchedulesRequest, ListTaskSchedulesResponse> handler); /** * Retrieves a list of task validations within the specified workspace. * * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future listTaskValidations( ListTaskValidationsRequest request, com.oracle.bmc.responses.AsyncHandler< ListTaskValidationsRequest, ListTaskValidationsResponse> handler); /** * Retrieves a list of all tasks in a specified project or folder. * * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future listTasks( ListTasksRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Retrieves a list of UserDefinedFunctionvalidations within the specified workspace. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future listUserDefinedFunctionValidations( ListUserDefinedFunctionValidationsRequest request, com.oracle.bmc.responses.AsyncHandler< ListUserDefinedFunctionValidationsRequest, ListUserDefinedFunctionValidationsResponse> handler); /** * Retrieves a list of UserDefinedFunctions in a function library. * * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future listUserDefinedFunctions( ListUserDefinedFunctionsRequest request, com.oracle.bmc.responses.AsyncHandler< ListUserDefinedFunctionsRequest, ListUserDefinedFunctionsResponse> handler); /** * Retrieves a paginated list of errors for a given work request. * * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future listWorkRequestErrors( ListWorkRequestErrorsRequest request, com.oracle.bmc.responses.AsyncHandler< ListWorkRequestErrorsRequest, ListWorkRequestErrorsResponse> handler); /** * Retrieves a paginated list of logs for a given work request. * * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future listWorkRequestLogs( ListWorkRequestLogsRequest request, com.oracle.bmc.responses.AsyncHandler< ListWorkRequestLogsRequest, ListWorkRequestLogsResponse> handler); /** * Lists the work requests in a compartment. * * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future listWorkRequests( ListWorkRequestsRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Retrieves a list of Data Integration workspaces. * * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future listWorkspaces( ListWorkspacesRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Starts a workspace. * * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future startWorkspace( StartWorkspaceRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Stops a workspace. * * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future stopWorkspace( StopWorkspaceRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Updates an application. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future updateApplication( UpdateApplicationRequest request, com.oracle.bmc.responses.AsyncHandler< UpdateApplicationRequest, UpdateApplicationResponse> handler); /** * Updates a connection under a data asset. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future updateConnection( UpdateConnectionRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Updates a specific data asset with default connection. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future updateDataAsset( UpdateDataAssetRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Updates a specific data flow. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future updateDataFlow( UpdateDataFlowRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Updates a DIS Application. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future updateDisApplication( UpdateDisApplicationRequest request, com.oracle.bmc.responses.AsyncHandler< UpdateDisApplicationRequest, UpdateDisApplicationResponse> handler); /** * Updates the external publication object. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future updateExternalPublication( UpdateExternalPublicationRequest request, com.oracle.bmc.responses.AsyncHandler< UpdateExternalPublicationRequest, UpdateExternalPublicationResponse> handler); /** * Updates a specific folder. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future updateFolder( UpdateFolderRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Updates a specific Function Library. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future updateFunctionLibrary( UpdateFunctionLibraryRequest request, com.oracle.bmc.responses.AsyncHandler< UpdateFunctionLibraryRequest, UpdateFunctionLibraryResponse> handler); /** * Updates a specific pipeline. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future updatePipeline( UpdatePipelineRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Updates a specific project. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future updateProject( UpdateProjectRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Updates the application references. For example, to map a data asset to a different target object. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future updateReference( UpdateReferenceRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Endpoint used to update the schedule * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future updateSchedule( UpdateScheduleRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Updates a specific task. For example, you can update the task description or move the task to a different folder by changing the `aggregatorKey` to a different folder in the registry. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future updateTask( UpdateTaskRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Updates the status of the task run. For example, aborts a task run. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future updateTaskRun( UpdateTaskRunRequest request, com.oracle.bmc.responses.AsyncHandler handler); /** * Endpoint used to update the TaskSchedule * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future updateTaskSchedule( UpdateTaskScheduleRequest request, com.oracle.bmc.responses.AsyncHandler< UpdateTaskScheduleRequest, UpdateTaskScheduleResponse> handler); /** * Updates a specific UserDefinedFunction. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future updateUserDefinedFunction( UpdateUserDefinedFunctionRequest request, com.oracle.bmc.responses.AsyncHandler< UpdateUserDefinedFunctionRequest, UpdateUserDefinedFunctionResponse> handler); /** * Updates the specified Data Integration workspace. * * @param request The request object containing the details to send * @param handler The request handler to invoke upon completion, may be null. * @return A Future that can be used to get the response if no AsyncHandler was * provided. Note, if you provide an AsyncHandler and use the Future, some * types of responses (like java.io.InputStream) may not be able to be read in * both places as the underlying stream may only be consumed once. */ java.util.concurrent.Future updateWorkspace( UpdateWorkspaceRequest request, com.oracle.bmc.responses.AsyncHandler handler); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy