Uses of Class
com.oracle.bmc.devops.responses.ListDeployStagesResponse
-
Packages that use ListDeployStagesResponse Package Description com.oracle.bmc.devops com.oracle.bmc.devops.responses -
-
Uses of ListDeployStagesResponse in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return ListDeployStagesResponse Modifier and Type Method Description ListDeployStagesResponse
Devops. listDeployStages(ListDeployStagesRequest request)
Retrieves a list of deployment stages.ListDeployStagesResponse
DevopsClient. listDeployStages(ListDeployStagesRequest request)
Methods in com.oracle.bmc.devops that return types with arguments of type ListDeployStagesResponse Modifier and Type Method Description Future<ListDeployStagesResponse>
DevopsAsync. listDeployStages(ListDeployStagesRequest request, AsyncHandler<ListDeployStagesRequest,ListDeployStagesResponse> handler)
Retrieves a list of deployment stages.Future<ListDeployStagesResponse>
DevopsAsyncClient. listDeployStages(ListDeployStagesRequest request, AsyncHandler<ListDeployStagesRequest,ListDeployStagesResponse> handler)
Iterable<ListDeployStagesResponse>
DevopsPaginators. listDeployStagesResponseIterator(ListDeployStagesRequest request)
Creates a new iterable which will iterate over the responses received from the listDeployStages operation.Method parameters in com.oracle.bmc.devops with type arguments of type ListDeployStagesResponse Modifier and Type Method Description Future<ListDeployStagesResponse>
DevopsAsync. listDeployStages(ListDeployStagesRequest request, AsyncHandler<ListDeployStagesRequest,ListDeployStagesResponse> handler)
Retrieves a list of deployment stages.Future<ListDeployStagesResponse>
DevopsAsyncClient. listDeployStages(ListDeployStagesRequest request, AsyncHandler<ListDeployStagesRequest,ListDeployStagesResponse> handler)
-
Uses of ListDeployStagesResponse in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return ListDeployStagesResponse Modifier and Type Method Description ListDeployStagesResponse
ListDeployStagesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.devops.responses with parameters of type ListDeployStagesResponse Modifier and Type Method Description ListDeployStagesResponse.Builder
ListDeployStagesResponse.Builder. copy(ListDeployStagesResponse o)
Copy method to populate the builder with values from the given instance.
-