Uses of Class
com.oracle.bmc.fleetsoftwareupdate.model.ChangeFsuActionCompartmentDetails
-
Packages that use ChangeFsuActionCompartmentDetails Package Description com.oracle.bmc.fleetsoftwareupdate.model com.oracle.bmc.fleetsoftwareupdate.requests -
-
Uses of ChangeFsuActionCompartmentDetails in com.oracle.bmc.fleetsoftwareupdate.model
Methods in com.oracle.bmc.fleetsoftwareupdate.model that return ChangeFsuActionCompartmentDetails Modifier and Type Method Description ChangeFsuActionCompartmentDetails
ChangeFsuActionCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.fleetsoftwareupdate.model with parameters of type ChangeFsuActionCompartmentDetails Modifier and Type Method Description ChangeFsuActionCompartmentDetails.Builder
ChangeFsuActionCompartmentDetails.Builder. copy(ChangeFsuActionCompartmentDetails model)
-
Uses of ChangeFsuActionCompartmentDetails in com.oracle.bmc.fleetsoftwareupdate.requests
Methods in com.oracle.bmc.fleetsoftwareupdate.requests that return ChangeFsuActionCompartmentDetails Modifier and Type Method Description ChangeFsuActionCompartmentDetails
ChangeFsuActionCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeFsuActionCompartmentDetails
ChangeFsuActionCompartmentRequest. getChangeFsuActionCompartmentDetails()
The compartment where the Exadata Fleet Update Action will be moved to.Methods in com.oracle.bmc.fleetsoftwareupdate.requests with parameters of type ChangeFsuActionCompartmentDetails Modifier and Type Method Description ChangeFsuActionCompartmentRequest.Builder
ChangeFsuActionCompartmentRequest.Builder. body$(ChangeFsuActionCompartmentDetails body)
Alternative setter for the body parameter.ChangeFsuActionCompartmentRequest.Builder
ChangeFsuActionCompartmentRequest.Builder. changeFsuActionCompartmentDetails(ChangeFsuActionCompartmentDetails changeFsuActionCompartmentDetails)
The compartment where the Exadata Fleet Update Action will be moved to.
-