Uses of Class
com.oracle.bmc.osmanagementhub.model.CreateLifecycleEnvironmentDetails
-
Packages that use CreateLifecycleEnvironmentDetails Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
Uses of CreateLifecycleEnvironmentDetails in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return CreateLifecycleEnvironmentDetails Modifier and Type Method Description CreateLifecycleEnvironmentDetails
CreateLifecycleEnvironmentDetails.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model with parameters of type CreateLifecycleEnvironmentDetails Modifier and Type Method Description CreateLifecycleEnvironmentDetails.Builder
CreateLifecycleEnvironmentDetails.Builder. copy(CreateLifecycleEnvironmentDetails model)
-
Uses of CreateLifecycleEnvironmentDetails in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return CreateLifecycleEnvironmentDetails Modifier and Type Method Description CreateLifecycleEnvironmentDetails
CreateLifecycleEnvironmentRequest. getBody$()
Alternative accessor for the body parameter.CreateLifecycleEnvironmentDetails
CreateLifecycleEnvironmentRequest. getCreateLifecycleEnvironmentDetails()
Details for the new lifecycle environment.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type CreateLifecycleEnvironmentDetails Modifier and Type Method Description CreateLifecycleEnvironmentRequest.Builder
CreateLifecycleEnvironmentRequest.Builder. body$(CreateLifecycleEnvironmentDetails body)
Alternative setter for the body parameter.CreateLifecycleEnvironmentRequest.Builder
CreateLifecycleEnvironmentRequest.Builder. createLifecycleEnvironmentDetails(CreateLifecycleEnvironmentDetails createLifecycleEnvironmentDetails)
Details for the new lifecycle environment.
-