Uses of Class
com.oracle.bmc.filestorage.model.ChangeReplicationCompartmentDetails
-
Packages that use ChangeReplicationCompartmentDetails Package Description com.oracle.bmc.filestorage.model com.oracle.bmc.filestorage.requests -
-
Uses of ChangeReplicationCompartmentDetails in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return ChangeReplicationCompartmentDetails Modifier and Type Method Description ChangeReplicationCompartmentDetails
ChangeReplicationCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.filestorage.model with parameters of type ChangeReplicationCompartmentDetails Modifier and Type Method Description ChangeReplicationCompartmentDetails.Builder
ChangeReplicationCompartmentDetails.Builder. copy(ChangeReplicationCompartmentDetails model)
-
Uses of ChangeReplicationCompartmentDetails in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return ChangeReplicationCompartmentDetails Modifier and Type Method Description ChangeReplicationCompartmentDetails
ChangeReplicationCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeReplicationCompartmentDetails
ChangeReplicationCompartmentRequest. getChangeReplicationCompartmentDetails()
Details for changing the compartment.Methods in com.oracle.bmc.filestorage.requests with parameters of type ChangeReplicationCompartmentDetails Modifier and Type Method Description ChangeReplicationCompartmentRequest.Builder
ChangeReplicationCompartmentRequest.Builder. body$(ChangeReplicationCompartmentDetails body)
Alternative setter for the body parameter.ChangeReplicationCompartmentRequest.Builder
ChangeReplicationCompartmentRequest.Builder. changeReplicationCompartmentDetails(ChangeReplicationCompartmentDetails changeReplicationCompartmentDetails)
Details for changing the compartment.
-