Uses of Class
com.oracle.bmc.osmanagementhub.model.ChangeProfileCompartmentDetails
-
Packages that use ChangeProfileCompartmentDetails Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.requests -
-
Uses of ChangeProfileCompartmentDetails in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return ChangeProfileCompartmentDetails Modifier and Type Method Description ChangeProfileCompartmentDetails
ChangeProfileCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.osmanagementhub.model with parameters of type ChangeProfileCompartmentDetails Modifier and Type Method Description ChangeProfileCompartmentDetails.Builder
ChangeProfileCompartmentDetails.Builder. copy(ChangeProfileCompartmentDetails model)
-
Uses of ChangeProfileCompartmentDetails in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return ChangeProfileCompartmentDetails Modifier and Type Method Description ChangeProfileCompartmentDetails
ChangeProfileCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeProfileCompartmentDetails
ChangeProfileCompartmentRequest. getChangeProfileCompartmentDetails()
The OCID of the compartment to move the profile to.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type ChangeProfileCompartmentDetails Modifier and Type Method Description ChangeProfileCompartmentRequest.Builder
ChangeProfileCompartmentRequest.Builder. body$(ChangeProfileCompartmentDetails body)
Alternative setter for the body parameter.ChangeProfileCompartmentRequest.Builder
ChangeProfileCompartmentRequest.Builder. changeProfileCompartmentDetails(ChangeProfileCompartmentDetails changeProfileCompartmentDetails)
The OCID of the compartment to move the profile to.
-