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 ListStagesResponseApplicationDependencyManagement. 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)ListStagesResponseApplicationDependencyManagementClient. listStages(ListStagesRequest request)Iterable<RemediationRunStageSummary>ApplicationDependencyManagementPaginators. listStagesRecordIterator(ListStagesRequest request)Creates a new iterable which will iterate over theRemediationRunStageSummaryobjects 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 ListStagesRequestListStagesRequest.Builder. build()Build the instance of ListStagesRequest as configured by this builderListStagesRequestListStagesRequest.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.BuilderListStagesRequest.Builder. copy(ListStagesRequest o)Copy method to populate the builder with values from the given instance.
-