Uses of Class
com.oracle.bmc.devops.requests.ListDeployPipelinesRequest
-
Packages that use ListDeployPipelinesRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of ListDeployPipelinesRequest in com.oracle.bmc.devops
Method parameters in com.oracle.bmc.devops with type arguments of type ListDeployPipelinesRequest 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 ListDeployPipelinesRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return ListDeployPipelinesRequest Modifier and Type Method Description ListDeployPipelinesRequest
ListDeployPipelinesRequest.Builder. build()
Build the instance of ListDeployPipelinesRequest as configured by this builderListDeployPipelinesRequest
ListDeployPipelinesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListDeployPipelinesRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type ListDeployPipelinesRequest Modifier and Type Method Description ListDeployPipelinesRequest.Builder
ListDeployPipelinesRequest.Builder. copy(ListDeployPipelinesRequest o)
Copy method to populate the builder with values from the given instance.
-