Uses of Class
com.oracle.bmc.osmanagementhub.responses.ListLifecycleEnvironmentsResponse
-
Packages that use ListLifecycleEnvironmentsResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of ListLifecycleEnvironmentsResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return ListLifecycleEnvironmentsResponse Modifier and Type Method Description ListLifecycleEnvironmentsResponse
LifecycleEnvironment. listLifecycleEnvironments(ListLifecycleEnvironmentsRequest request)
Lists lifecycle environments that match the specified compartment or lifecycle environment OCID.ListLifecycleEnvironmentsResponse
LifecycleEnvironmentClient. listLifecycleEnvironments(ListLifecycleEnvironmentsRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type ListLifecycleEnvironmentsResponse Modifier and Type Method Description Future<ListLifecycleEnvironmentsResponse>
LifecycleEnvironmentAsync. listLifecycleEnvironments(ListLifecycleEnvironmentsRequest request, AsyncHandler<ListLifecycleEnvironmentsRequest,ListLifecycleEnvironmentsResponse> handler)
Lists lifecycle environments that match the specified compartment or lifecycle environment OCID.Future<ListLifecycleEnvironmentsResponse>
LifecycleEnvironmentAsyncClient. listLifecycleEnvironments(ListLifecycleEnvironmentsRequest request, AsyncHandler<ListLifecycleEnvironmentsRequest,ListLifecycleEnvironmentsResponse> handler)
Iterable<ListLifecycleEnvironmentsResponse>
LifecycleEnvironmentPaginators. listLifecycleEnvironmentsResponseIterator(ListLifecycleEnvironmentsRequest request)
Creates a new iterable which will iterate over the responses received from the listLifecycleEnvironments operation.Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type ListLifecycleEnvironmentsResponse Modifier and Type Method Description Future<ListLifecycleEnvironmentsResponse>
LifecycleEnvironmentAsync. listLifecycleEnvironments(ListLifecycleEnvironmentsRequest request, AsyncHandler<ListLifecycleEnvironmentsRequest,ListLifecycleEnvironmentsResponse> handler)
Lists lifecycle environments that match the specified compartment or lifecycle environment OCID.Future<ListLifecycleEnvironmentsResponse>
LifecycleEnvironmentAsyncClient. listLifecycleEnvironments(ListLifecycleEnvironmentsRequest request, AsyncHandler<ListLifecycleEnvironmentsRequest,ListLifecycleEnvironmentsResponse> handler)
-
Uses of ListLifecycleEnvironmentsResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return ListLifecycleEnvironmentsResponse Modifier and Type Method Description ListLifecycleEnvironmentsResponse
ListLifecycleEnvironmentsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type ListLifecycleEnvironmentsResponse Modifier and Type Method Description ListLifecycleEnvironmentsResponse.Builder
ListLifecycleEnvironmentsResponse.Builder. copy(ListLifecycleEnvironmentsResponse o)
Copy method to populate the builder with values from the given instance.
-