Uses of Class
com.oracle.bmc.osmanagementhub.model.UpdateLifecycleEnvironmentDetails
-
Packages that use UpdateLifecycleEnvironmentDetails Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
Uses of UpdateLifecycleEnvironmentDetails in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return UpdateLifecycleEnvironmentDetails Modifier and Type Method Description UpdateLifecycleEnvironmentDetails
UpdateLifecycleEnvironmentDetails.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model with parameters of type UpdateLifecycleEnvironmentDetails Modifier and Type Method Description UpdateLifecycleEnvironmentDetails.Builder
UpdateLifecycleEnvironmentDetails.Builder. copy(UpdateLifecycleEnvironmentDetails model)
-
Uses of UpdateLifecycleEnvironmentDetails in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return UpdateLifecycleEnvironmentDetails Modifier and Type Method Description UpdateLifecycleEnvironmentDetails
UpdateLifecycleEnvironmentRequest. getBody$()
Alternative accessor for the body parameter.UpdateLifecycleEnvironmentDetails
UpdateLifecycleEnvironmentRequest. getUpdateLifecycleEnvironmentDetails()
The information to be updated.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type UpdateLifecycleEnvironmentDetails Modifier and Type Method Description UpdateLifecycleEnvironmentRequest.Builder
UpdateLifecycleEnvironmentRequest.Builder. body$(UpdateLifecycleEnvironmentDetails body)
Alternative setter for the body parameter.UpdateLifecycleEnvironmentRequest.Builder
UpdateLifecycleEnvironmentRequest.Builder. updateLifecycleEnvironmentDetails(UpdateLifecycleEnvironmentDetails updateLifecycleEnvironmentDetails)
The information to be updated.
-