Uses of Class
com.oracle.bmc.lustrefilestorage.model.ChangeLustreFileSystemCompartmentDetails
-
Packages that use ChangeLustreFileSystemCompartmentDetails Package Description com.oracle.bmc.lustrefilestorage.model com.oracle.bmc.lustrefilestorage.requests -
-
Uses of ChangeLustreFileSystemCompartmentDetails in com.oracle.bmc.lustrefilestorage.model
Methods in com.oracle.bmc.lustrefilestorage.model that return ChangeLustreFileSystemCompartmentDetails Modifier and Type Method Description ChangeLustreFileSystemCompartmentDetails
ChangeLustreFileSystemCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.lustrefilestorage.model with parameters of type ChangeLustreFileSystemCompartmentDetails Modifier and Type Method Description ChangeLustreFileSystemCompartmentDetails.Builder
ChangeLustreFileSystemCompartmentDetails.Builder. copy(ChangeLustreFileSystemCompartmentDetails model)
-
Uses of ChangeLustreFileSystemCompartmentDetails in com.oracle.bmc.lustrefilestorage.requests
Methods in com.oracle.bmc.lustrefilestorage.requests that return ChangeLustreFileSystemCompartmentDetails Modifier and Type Method Description ChangeLustreFileSystemCompartmentDetails
ChangeLustreFileSystemCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeLustreFileSystemCompartmentDetails
ChangeLustreFileSystemCompartmentRequest. getChangeLustreFileSystemCompartmentDetails()
The information to be updated.Methods in com.oracle.bmc.lustrefilestorage.requests with parameters of type ChangeLustreFileSystemCompartmentDetails Modifier and Type Method Description ChangeLustreFileSystemCompartmentRequest.Builder
ChangeLustreFileSystemCompartmentRequest.Builder. body$(ChangeLustreFileSystemCompartmentDetails body)
Alternative setter for the body parameter.ChangeLustreFileSystemCompartmentRequest.Builder
ChangeLustreFileSystemCompartmentRequest.Builder. changeLustreFileSystemCompartmentDetails(ChangeLustreFileSystemCompartmentDetails changeLustreFileSystemCompartmentDetails)
The information to be updated.
-