Uses of Class
com.oracle.bmc.devops.responses.ListDeployPipelinesResponse
-
Packages that use ListDeployPipelinesResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of ListDeployPipelinesResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return ListDeployPipelinesResponse Modifier and Type Method Description ListDeployPipelinesResponseDevops. listDeployPipelines(ListDeployPipelinesRequest request)Returns a list of deployment pipelines.ListDeployPipelinesResponseDevopsClient. listDeployPipelines(ListDeployPipelinesRequest request)Methods in com.oracle.bmc.devops that return types with arguments of type ListDeployPipelinesResponse Modifier and Type Method Description Future<ListDeployPipelinesResponse>DevopsAsync. listDeployPipelines(ListDeployPipelinesRequest request, AsyncHandler<ListDeployPipelinesRequest,ListDeployPipelinesResponse> handler)Returns a list of deployment pipelines.Future<ListDeployPipelinesResponse>DevopsAsyncClient. listDeployPipelines(ListDeployPipelinesRequest request, AsyncHandler<ListDeployPipelinesRequest,ListDeployPipelinesResponse> handler)Iterable<ListDeployPipelinesResponse>DevopsPaginators. listDeployPipelinesResponseIterator(ListDeployPipelinesRequest request)Creates a new iterable which will iterate over the responses received from the listDeployPipelines operation.Method parameters in com.oracle.bmc.devops with type arguments of type ListDeployPipelinesResponse Modifier and Type Method Description Future<ListDeployPipelinesResponse>DevopsAsync. listDeployPipelines(ListDeployPipelinesRequest request, AsyncHandler<ListDeployPipelinesRequest,ListDeployPipelinesResponse> handler)Returns a list of deployment pipelines.Future<ListDeployPipelinesResponse>DevopsAsyncClient. listDeployPipelines(ListDeployPipelinesRequest request, AsyncHandler<ListDeployPipelinesRequest,ListDeployPipelinesResponse> handler) -
Uses of ListDeployPipelinesResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return ListDeployPipelinesResponse Modifier and Type Method Description ListDeployPipelinesResponseListDeployPipelinesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type ListDeployPipelinesResponse Modifier and Type Method Description ListDeployPipelinesResponse.BuilderListDeployPipelinesResponse.Builder. copy(ListDeployPipelinesResponse o)Copy method to populate the builder with values from the given instance.
-