Uses of Class
com.oracle.bmc.osmanagementhub.responses.ListLifecycleStagesResponse
-
Packages that use ListLifecycleStagesResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of ListLifecycleStagesResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return ListLifecycleStagesResponse Modifier and Type Method Description ListLifecycleStagesResponseLifecycleEnvironment. listLifecycleStages(ListLifecycleStagesRequest request)Lists lifecycle stages that match the specified compartment or lifecycle stage OCID.ListLifecycleStagesResponseLifecycleEnvironmentClient. listLifecycleStages(ListLifecycleStagesRequest request)Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type ListLifecycleStagesResponse 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)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 ListLifecycleStagesResponse 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 ListLifecycleStagesResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return ListLifecycleStagesResponse Modifier and Type Method Description ListLifecycleStagesResponseListLifecycleStagesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type ListLifecycleStagesResponse Modifier and Type Method Description ListLifecycleStagesResponse.BuilderListLifecycleStagesResponse.Builder. copy(ListLifecycleStagesResponse o)Copy method to populate the builder with values from the given instance.
-