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