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