Uses of Class
com.oracle.bmc.osmanagementhub.responses.GetLifecycleEnvironmentResponse
-
Packages that use GetLifecycleEnvironmentResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of GetLifecycleEnvironmentResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return GetLifecycleEnvironmentResponse Modifier and Type Method Description GetLifecycleEnvironmentResponse
LifecycleEnvironment. getLifecycleEnvironment(GetLifecycleEnvironmentRequest request)
Gets information about the specified lifecycle environment.GetLifecycleEnvironmentResponse
LifecycleEnvironmentClient. getLifecycleEnvironment(GetLifecycleEnvironmentRequest request)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type GetLifecycleEnvironmentResponse Modifier and Type Method Description Future<GetLifecycleEnvironmentResponse>
LifecycleEnvironmentAsync. getLifecycleEnvironment(GetLifecycleEnvironmentRequest request, AsyncHandler<GetLifecycleEnvironmentRequest,GetLifecycleEnvironmentResponse> handler)
Gets information about the specified lifecycle environment.Future<GetLifecycleEnvironmentResponse>
LifecycleEnvironmentAsyncClient. getLifecycleEnvironment(GetLifecycleEnvironmentRequest request, AsyncHandler<GetLifecycleEnvironmentRequest,GetLifecycleEnvironmentResponse> handler)
-
Uses of GetLifecycleEnvironmentResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return GetLifecycleEnvironmentResponse Modifier and Type Method Description GetLifecycleEnvironmentResponse
GetLifecycleEnvironmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type GetLifecycleEnvironmentResponse Modifier and Type Method Description GetLifecycleEnvironmentResponse.Builder
GetLifecycleEnvironmentResponse.Builder. copy(GetLifecycleEnvironmentResponse o)
Copy method to populate the builder with values from the given instance.
-