Uses of Class
com.oracle.bmc.osmanagementhub.requests.UpdateLifecycleEnvironmentRequest
-
Packages that use UpdateLifecycleEnvironmentRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of UpdateLifecycleEnvironmentRequest in com.oracle.bmc.osmanagementhub
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type UpdateLifecycleEnvironmentRequest 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 UpdateLifecycleEnvironmentRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return UpdateLifecycleEnvironmentRequest Modifier and Type Method Description UpdateLifecycleEnvironmentRequest
UpdateLifecycleEnvironmentRequest.Builder. build()
Build the instance of UpdateLifecycleEnvironmentRequest as configured by this builderUpdateLifecycleEnvironmentRequest
UpdateLifecycleEnvironmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateLifecycleEnvironmentRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type UpdateLifecycleEnvironmentRequest Modifier and Type Method Description UpdateLifecycleEnvironmentRequest.Builder
UpdateLifecycleEnvironmentRequest.Builder. copy(UpdateLifecycleEnvironmentRequest o)
Copy method to populate the builder with values from the given instance.
-