Package | Description |
---|---|
com.oracle.bmc.adm | |
com.oracle.bmc.adm.requests |
Modifier and Type | Method and Description |
---|---|
ListStagesResponse |
ApplicationDependencyManagementClient.listStages(ListStagesRequest request) |
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) |
Iterable<RemediationRunStageSummary> |
ApplicationDependencyManagementPaginators.listStagesRecordIterator(ListStagesRequest request)
Creates a new iterable which will iterate over the
RemediationRunStageSummary 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
ListStagesRequest |
ListStagesRequest.Builder.build()
Build the instance of ListStagesRequest as configured by this builder
|
ListStagesRequest |
ListStagesRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListStagesRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListStagesRequest.Builder |
ListStagesRequest.Builder.copy(ListStagesRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.