Uses of Class
com.oracle.bmc.osmanagementhub.requests.ListLifecycleStagesRequest
-
Packages that use ListLifecycleStagesRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of ListLifecycleStagesRequest in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub with parameters of type ListLifecycleStagesRequest Modifier and Type Method Description ListLifecycleStagesResponse
LifecycleEnvironment. listLifecycleStages(ListLifecycleStagesRequest request)
Lists lifecycle stages that match the specified compartment or lifecycle stage OCID.Future<ListLifecycleStagesResponse>
LifecycleEnvironmentAsync. listLifecycleStages(ListLifecycleStagesRequest request, AsyncHandler<ListLifecycleStagesRequest,ListLifecycleStagesResponse> handler)
Lists lifecycle stages that match the specified compartment or lifecycle stage OCID.Future<ListLifecycleStagesResponse>
LifecycleEnvironmentAsyncClient. listLifecycleStages(ListLifecycleStagesRequest request, AsyncHandler<ListLifecycleStagesRequest,ListLifecycleStagesResponse> handler)
ListLifecycleStagesResponse
LifecycleEnvironmentClient. listLifecycleStages(ListLifecycleStagesRequest request)
Iterable<LifecycleStageSummary>
LifecycleEnvironmentPaginators. listLifecycleStagesRecordIterator(ListLifecycleStagesRequest request)
Creates a new iterable which will iterate over theLifecycleStageSummary
objects contained in responses from the listLifecycleStages operation.Iterable<ListLifecycleStagesResponse>
LifecycleEnvironmentPaginators. listLifecycleStagesResponseIterator(ListLifecycleStagesRequest request)
Creates a new iterable which will iterate over the responses received from the listLifecycleStages operation.Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type ListLifecycleStagesRequest Modifier and Type Method Description Future<ListLifecycleStagesResponse>
LifecycleEnvironmentAsync. listLifecycleStages(ListLifecycleStagesRequest request, AsyncHandler<ListLifecycleStagesRequest,ListLifecycleStagesResponse> handler)
Lists lifecycle stages that match the specified compartment or lifecycle stage OCID.Future<ListLifecycleStagesResponse>
LifecycleEnvironmentAsyncClient. listLifecycleStages(ListLifecycleStagesRequest request, AsyncHandler<ListLifecycleStagesRequest,ListLifecycleStagesResponse> handler)
-
Uses of ListLifecycleStagesRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return ListLifecycleStagesRequest Modifier and Type Method Description ListLifecycleStagesRequest
ListLifecycleStagesRequest.Builder. build()
Build the instance of ListLifecycleStagesRequest as configured by this builderListLifecycleStagesRequest
ListLifecycleStagesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListLifecycleStagesRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type ListLifecycleStagesRequest Modifier and Type Method Description ListLifecycleStagesRequest.Builder
ListLifecycleStagesRequest.Builder. copy(ListLifecycleStagesRequest o)
Copy method to populate the builder with values from the given instance.
-