Uses of Class
com.oracle.bmc.filestorage.model.OutboundConnector
-
Packages that use OutboundConnector Package Description com.oracle.bmc.filestorage.model com.oracle.bmc.filestorage.responses -
-
Uses of OutboundConnector in com.oracle.bmc.filestorage.model
Subclasses of OutboundConnector in com.oracle.bmc.filestorage.model Modifier and Type Class Description class
LdapBindAccount
Account details for the LDAP bind account used by the outbound connector. -
Uses of OutboundConnector in com.oracle.bmc.filestorage.responses
Methods in com.oracle.bmc.filestorage.responses that return OutboundConnector Modifier and Type Method Description OutboundConnector
AddOutboundConnectorLockResponse. getOutboundConnector()
The returned OutboundConnector instance.OutboundConnector
CreateOutboundConnectorResponse. getOutboundConnector()
The returned OutboundConnector instance.OutboundConnector
GetOutboundConnectorResponse. getOutboundConnector()
The returned OutboundConnector instance.OutboundConnector
RemoveOutboundConnectorLockResponse. getOutboundConnector()
The returned OutboundConnector instance.OutboundConnector
UpdateOutboundConnectorResponse. getOutboundConnector()
The returned OutboundConnector instance.Methods in com.oracle.bmc.filestorage.responses with parameters of type OutboundConnector Modifier and Type Method Description AddOutboundConnectorLockResponse.Builder
AddOutboundConnectorLockResponse.Builder. outboundConnector(OutboundConnector outboundConnector)
The returned OutboundConnector instance.CreateOutboundConnectorResponse.Builder
CreateOutboundConnectorResponse.Builder. outboundConnector(OutboundConnector outboundConnector)
The returned OutboundConnector instance.GetOutboundConnectorResponse.Builder
GetOutboundConnectorResponse.Builder. outboundConnector(OutboundConnector outboundConnector)
The returned OutboundConnector instance.RemoveOutboundConnectorLockResponse.Builder
RemoveOutboundConnectorLockResponse.Builder. outboundConnector(OutboundConnector outboundConnector)
The returned OutboundConnector instance.UpdateOutboundConnectorResponse.Builder
UpdateOutboundConnectorResponse.Builder. outboundConnector(OutboundConnector outboundConnector)
The returned OutboundConnector instance.
-