Uses of Class
com.oracle.bmc.adm.requests.ListStagesRequest
-
Packages that use ListStagesRequest Package Description com.oracle.bmc.adm com.oracle.bmc.adm.requests -
-
Uses of ListStagesRequest in com.oracle.bmc.adm
Methods in com.oracle.bmc.adm with parameters of type ListStagesRequest Modifier and Type Method Description ListStagesResponse
ApplicationDependencyManagement. listStages(ListStagesRequest request)
Returns a list of Remediation Run Stages based on the specified query parameters and Remediation Run identifier.Future<ListStagesResponse>
ApplicationDependencyManagementAsync. listStages(ListStagesRequest request, AsyncHandler<ListStagesRequest,ListStagesResponse> handler)
Returns a list of Remediation Run Stages based on the specified query parameters and Remediation Run identifier.Future<ListStagesResponse>
ApplicationDependencyManagementAsyncClient. listStages(ListStagesRequest request, AsyncHandler<ListStagesRequest,ListStagesResponse> handler)
ListStagesResponse
ApplicationDependencyManagementClient. listStages(ListStagesRequest request)
Iterable<RemediationRunStageSummary>
ApplicationDependencyManagementPaginators. listStagesRecordIterator(ListStagesRequest request)
Creates a new iterable which will iterate over theRemediationRunStageSummary
objects contained in responses from the listStages operation.Iterable<ListStagesResponse>
ApplicationDependencyManagementPaginators. listStagesResponseIterator(ListStagesRequest request)
Creates a new iterable which will iterate over the responses received from the listStages operation.Method parameters in com.oracle.bmc.adm with type arguments of type ListStagesRequest Modifier and Type Method Description Future<ListStagesResponse>
ApplicationDependencyManagementAsync. listStages(ListStagesRequest request, AsyncHandler<ListStagesRequest,ListStagesResponse> handler)
Returns a list of Remediation Run Stages based on the specified query parameters and Remediation Run identifier.Future<ListStagesResponse>
ApplicationDependencyManagementAsyncClient. listStages(ListStagesRequest request, AsyncHandler<ListStagesRequest,ListStagesResponse> handler)
-
Uses of ListStagesRequest in com.oracle.bmc.adm.requests
Methods in com.oracle.bmc.adm.requests that return ListStagesRequest Modifier and Type Method Description ListStagesRequest
ListStagesRequest.Builder. build()
Build the instance of ListStagesRequest as configured by this builderListStagesRequest
ListStagesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListStagesRequest as configured by this builderMethods in com.oracle.bmc.adm.requests with parameters of type ListStagesRequest Modifier and Type Method Description ListStagesRequest.Builder
ListStagesRequest.Builder. copy(ListStagesRequest o)
Copy method to populate the builder with values from the given instance.
-