Uses of Class
com.oracle.bmc.filestorage.model.OutboundConnectorSummary
-
Packages that use OutboundConnectorSummary Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.model com.oracle.bmc.filestorage.responses -
-
Uses of OutboundConnectorSummary in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage that return types with arguments of type OutboundConnectorSummary Modifier and Type Method Description Iterable<OutboundConnectorSummary>
FileStoragePaginators. listOutboundConnectorsRecordIterator(ListOutboundConnectorsRequest request)
Creates a new iterable which will iterate over theOutboundConnectorSummary
objects contained in responses from the listOutboundConnectors operation. -
Uses of OutboundConnectorSummary in com.oracle.bmc.filestorage.model
Subclasses of OutboundConnectorSummary in com.oracle.bmc.filestorage.model Modifier and Type Class Description class
LdapBindAccountSummary
Summary information for the LDAP bind account used by the outbound connector. -
Uses of OutboundConnectorSummary in com.oracle.bmc.filestorage.responses
Methods in com.oracle.bmc.filestorage.responses that return types with arguments of type OutboundConnectorSummary Modifier and Type Method Description List<OutboundConnectorSummary>
ListOutboundConnectorsResponse. getItems()
A list of com.oracle.bmc.filestorage.model.OutboundConnectorSummary instances.Method parameters in com.oracle.bmc.filestorage.responses with type arguments of type OutboundConnectorSummary Modifier and Type Method Description ListOutboundConnectorsResponse.Builder
ListOutboundConnectorsResponse.Builder. items(List<OutboundConnectorSummary> items)
A list of com.oracle.bmc.filestorage.model.OutboundConnectorSummary instances.
-