Uses of Class
com.oracle.bmc.osmanagementhub.model.ChangeLifecycleEnvironmentCompartmentDetails
-
Packages that use ChangeLifecycleEnvironmentCompartmentDetails Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
Uses of ChangeLifecycleEnvironmentCompartmentDetails in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return ChangeLifecycleEnvironmentCompartmentDetails Modifier and Type Method Description ChangeLifecycleEnvironmentCompartmentDetails
ChangeLifecycleEnvironmentCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model with parameters of type ChangeLifecycleEnvironmentCompartmentDetails Modifier and Type Method Description ChangeLifecycleEnvironmentCompartmentDetails.Builder
ChangeLifecycleEnvironmentCompartmentDetails.Builder. copy(ChangeLifecycleEnvironmentCompartmentDetails model)
-
Uses of ChangeLifecycleEnvironmentCompartmentDetails in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return ChangeLifecycleEnvironmentCompartmentDetails Modifier and Type Method Description ChangeLifecycleEnvironmentCompartmentDetails
ChangeLifecycleEnvironmentCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeLifecycleEnvironmentCompartmentDetails
ChangeLifecycleEnvironmentCompartmentRequest. getChangeLifecycleEnvironmentCompartmentDetails()
The OCID of the compartment to move the lifecycle environment into.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type ChangeLifecycleEnvironmentCompartmentDetails Modifier and Type Method Description ChangeLifecycleEnvironmentCompartmentRequest.Builder
ChangeLifecycleEnvironmentCompartmentRequest.Builder. body$(ChangeLifecycleEnvironmentCompartmentDetails body)
Alternative setter for the body parameter.ChangeLifecycleEnvironmentCompartmentRequest.Builder
ChangeLifecycleEnvironmentCompartmentRequest.Builder. changeLifecycleEnvironmentCompartmentDetails(ChangeLifecycleEnvironmentCompartmentDetails changeLifecycleEnvironmentCompartmentDetails)
The OCID of the compartment to move the lifecycle environment into.
-