Uses of Class
com.oracle.bmc.opensearch.model.OutboundClusterSummary
-
Packages that use OutboundClusterSummary Package Description com.oracle.bmc.opensearch.model -
-
Uses of OutboundClusterSummary in com.oracle.bmc.opensearch.model
Methods in com.oracle.bmc.opensearch.model that return OutboundClusterSummary Modifier and Type Method Description OutboundClusterSummary
OutboundClusterSummary.Builder. build()
Methods in com.oracle.bmc.opensearch.model that return types with arguments of type OutboundClusterSummary Modifier and Type Method Description List<OutboundClusterSummary>
OutboundClusterConfig. getOutboundClusters()
List of outbound clusters to be connected to the inbound clusterMethods in com.oracle.bmc.opensearch.model with parameters of type OutboundClusterSummary Modifier and Type Method Description OutboundClusterSummary.Builder
OutboundClusterSummary.Builder. copy(OutboundClusterSummary model)
Method parameters in com.oracle.bmc.opensearch.model with type arguments of type OutboundClusterSummary Modifier and Type Method Description OutboundClusterConfig.Builder
OutboundClusterConfig.Builder. outboundClusters(List<OutboundClusterSummary> outboundClusters)
List of outbound clusters to be connected to the inbound clusterConstructor parameters in com.oracle.bmc.opensearch.model with type arguments of type OutboundClusterSummary Constructor Description OutboundClusterConfig(Boolean isEnabled, List<OutboundClusterSummary> outboundClusters)
Deprecated.
-