Uses of Class
com.oracle.bmc.filestorage.model.UpdateOutboundConnectorDetails
-
Packages that use UpdateOutboundConnectorDetails Package Description com.oracle.bmc.filestorage.model com.oracle.bmc.filestorage.requests -
-
Uses of UpdateOutboundConnectorDetails in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return UpdateOutboundConnectorDetails Modifier and Type Method Description UpdateOutboundConnectorDetails
UpdateOutboundConnectorDetails.Builder. build()
Methods in com.oracle.bmc.filestorage.model with parameters of type UpdateOutboundConnectorDetails Modifier and Type Method Description UpdateOutboundConnectorDetails.Builder
UpdateOutboundConnectorDetails.Builder. copy(UpdateOutboundConnectorDetails model)
-
Uses of UpdateOutboundConnectorDetails in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return UpdateOutboundConnectorDetails Modifier and Type Method Description UpdateOutboundConnectorDetails
UpdateOutboundConnectorRequest. getBody$()
Alternative accessor for the body parameter.UpdateOutboundConnectorDetails
UpdateOutboundConnectorRequest. getUpdateOutboundConnectorDetails()
Details object for updating a outbound connector.Methods in com.oracle.bmc.filestorage.requests with parameters of type UpdateOutboundConnectorDetails Modifier and Type Method Description UpdateOutboundConnectorRequest.Builder
UpdateOutboundConnectorRequest.Builder. body$(UpdateOutboundConnectorDetails body)
Alternative setter for the body parameter.UpdateOutboundConnectorRequest.Builder
UpdateOutboundConnectorRequest.Builder. updateOutboundConnectorDetails(UpdateOutboundConnectorDetails updateOutboundConnectorDetails)
Details object for updating a outbound connector.
-