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