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 ListDeployStagesRequestListDeployStagesRequest.Builder. build()Build the instance of ListDeployStagesRequest as configured by this builderListDeployStagesRequestListDeployStagesRequest.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.BuilderListDeployStagesRequest.Builder. copy(ListDeployStagesRequest o)Copy method to populate the builder with values from the given instance.
-