Uses of Class
com.oracle.bmc.gdp.responses.DeleteGdpPipelineResponse
-
Packages that use DeleteGdpPipelineResponse Package Description com.oracle.bmc.gdp com.oracle.bmc.gdp.responses -
-
Uses of DeleteGdpPipelineResponse in com.oracle.bmc.gdp
Methods in com.oracle.bmc.gdp that return DeleteGdpPipelineResponse Modifier and Type Method Description DeleteGdpPipelineResponseGuardedDataPipeline. deleteGdpPipeline(DeleteGdpPipelineRequest request)Deletes a pipeline by identifier.DeleteGdpPipelineResponseGuardedDataPipelineClient. deleteGdpPipeline(DeleteGdpPipelineRequest request)Methods in com.oracle.bmc.gdp that return types with arguments of type DeleteGdpPipelineResponse 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)Method parameters in com.oracle.bmc.gdp with type arguments of type DeleteGdpPipelineResponse 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 DeleteGdpPipelineResponse in com.oracle.bmc.gdp.responses
Methods in com.oracle.bmc.gdp.responses that return DeleteGdpPipelineResponse Modifier and Type Method Description DeleteGdpPipelineResponseDeleteGdpPipelineResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.gdp.responses with parameters of type DeleteGdpPipelineResponse Modifier and Type Method Description DeleteGdpPipelineResponse.BuilderDeleteGdpPipelineResponse.Builder. copy(DeleteGdpPipelineResponse o)Copy method to populate the builder with values from the given instance.
-