Uses of Class
com.oracle.bmc.osmanagementhub.responses.UpdateLifecycleEnvironmentResponse
-
Packages that use UpdateLifecycleEnvironmentResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of UpdateLifecycleEnvironmentResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return UpdateLifecycleEnvironmentResponse Modifier and Type Method Description UpdateLifecycleEnvironmentResponse
LifecycleEnvironment. updateLifecycleEnvironment(UpdateLifecycleEnvironmentRequest request)
Updates the specified lifecycle environment’s name, description, stages, or tags.UpdateLifecycleEnvironmentResponse
LifecycleEnvironmentClient. updateLifecycleEnvironment(UpdateLifecycleEnvironmentRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type UpdateLifecycleEnvironmentResponse Modifier and Type Method Description Future<UpdateLifecycleEnvironmentResponse>
LifecycleEnvironmentAsync. updateLifecycleEnvironment(UpdateLifecycleEnvironmentRequest request, AsyncHandler<UpdateLifecycleEnvironmentRequest,UpdateLifecycleEnvironmentResponse> handler)
Updates the specified lifecycle environment’s name, description, stages, or tags.Future<UpdateLifecycleEnvironmentResponse>
LifecycleEnvironmentAsyncClient. updateLifecycleEnvironment(UpdateLifecycleEnvironmentRequest request, AsyncHandler<UpdateLifecycleEnvironmentRequest,UpdateLifecycleEnvironmentResponse> handler)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type UpdateLifecycleEnvironmentResponse Modifier and Type Method Description Future<UpdateLifecycleEnvironmentResponse>
LifecycleEnvironmentAsync. updateLifecycleEnvironment(UpdateLifecycleEnvironmentRequest request, AsyncHandler<UpdateLifecycleEnvironmentRequest,UpdateLifecycleEnvironmentResponse> handler)
Updates the specified lifecycle environment’s name, description, stages, or tags.Future<UpdateLifecycleEnvironmentResponse>
LifecycleEnvironmentAsyncClient. updateLifecycleEnvironment(UpdateLifecycleEnvironmentRequest request, AsyncHandler<UpdateLifecycleEnvironmentRequest,UpdateLifecycleEnvironmentResponse> handler)
-
Uses of UpdateLifecycleEnvironmentResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return UpdateLifecycleEnvironmentResponse Modifier and Type Method Description UpdateLifecycleEnvironmentResponse
UpdateLifecycleEnvironmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type UpdateLifecycleEnvironmentResponse Modifier and Type Method Description UpdateLifecycleEnvironmentResponse.Builder
UpdateLifecycleEnvironmentResponse.Builder. copy(UpdateLifecycleEnvironmentResponse o)
Copy method to populate the builder with values from the given instance.
-