Uses of Class
com.oracle.bmc.gdp.requests.DeleteGdpPipelineRequest
-
Packages that use DeleteGdpPipelineRequest Package Description com.oracle.bmc.gdp com.oracle.bmc.gdp.requests -
-
Uses of DeleteGdpPipelineRequest in com.oracle.bmc.gdp
Methods in com.oracle.bmc.gdp with parameters of type DeleteGdpPipelineRequest Modifier and Type Method Description DeleteGdpPipelineResponseGuardedDataPipeline. deleteGdpPipeline(DeleteGdpPipelineRequest request)Deletes a pipeline by identifier.Future<DeleteGdpPipelineResponse>GuardedDataPipelineAsync. deleteGdpPipeline(DeleteGdpPipelineRequest request, AsyncHandler<DeleteGdpPipelineRequest,DeleteGdpPipelineResponse> handler)Deletes a pipeline by identifier.Future<DeleteGdpPipelineResponse>GuardedDataPipelineAsyncClient. deleteGdpPipeline(DeleteGdpPipelineRequest request, AsyncHandler<DeleteGdpPipelineRequest,DeleteGdpPipelineResponse> handler)DeleteGdpPipelineResponseGuardedDataPipelineClient. deleteGdpPipeline(DeleteGdpPipelineRequest request)Method parameters in com.oracle.bmc.gdp with type arguments of type DeleteGdpPipelineRequest Modifier and Type Method Description Future<DeleteGdpPipelineResponse>GuardedDataPipelineAsync. deleteGdpPipeline(DeleteGdpPipelineRequest request, AsyncHandler<DeleteGdpPipelineRequest,DeleteGdpPipelineResponse> handler)Deletes a pipeline by identifier.Future<DeleteGdpPipelineResponse>GuardedDataPipelineAsyncClient. deleteGdpPipeline(DeleteGdpPipelineRequest request, AsyncHandler<DeleteGdpPipelineRequest,DeleteGdpPipelineResponse> handler) -
Uses of DeleteGdpPipelineRequest in com.oracle.bmc.gdp.requests
Methods in com.oracle.bmc.gdp.requests that return DeleteGdpPipelineRequest Modifier and Type Method Description DeleteGdpPipelineRequestDeleteGdpPipelineRequest.Builder. build()Build the instance of DeleteGdpPipelineRequest as configured by this builderDeleteGdpPipelineRequestDeleteGdpPipelineRequest.Builder. buildWithoutInvocationCallback()Build the instance of DeleteGdpPipelineRequest as configured by this builderMethods in com.oracle.bmc.gdp.requests with parameters of type DeleteGdpPipelineRequest Modifier and Type Method Description DeleteGdpPipelineRequest.BuilderDeleteGdpPipelineRequest.Builder. copy(DeleteGdpPipelineRequest o)Copy method to populate the builder with values from the given instance.
-