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