Uses of Class
com.oracle.bmc.opensearch.model.ReverseConnectionEndpoint
-
Packages that use ReverseConnectionEndpoint Package Description com.oracle.bmc.opensearch.model -
-
Uses of ReverseConnectionEndpoint in com.oracle.bmc.opensearch.model
Methods in com.oracle.bmc.opensearch.model that return ReverseConnectionEndpoint Modifier and Type Method Description ReverseConnectionEndpoint
ReverseConnectionEndpoint.Builder. build()
Methods in com.oracle.bmc.opensearch.model that return types with arguments of type ReverseConnectionEndpoint Modifier and Type Method Description List<ReverseConnectionEndpoint>
OpensearchCluster. getReverseConnectionEndpoints()
The list of reverse connection endpoints.Methods in com.oracle.bmc.opensearch.model with parameters of type ReverseConnectionEndpoint Modifier and Type Method Description ReverseConnectionEndpoint.Builder
ReverseConnectionEndpoint.Builder. copy(ReverseConnectionEndpoint model)
Method parameters in com.oracle.bmc.opensearch.model with type arguments of type ReverseConnectionEndpoint Modifier and Type Method Description OpensearchCluster.Builder
OpensearchCluster.Builder. reverseConnectionEndpoints(List<ReverseConnectionEndpoint> reverseConnectionEndpoints)
The list of reverse connection endpoints.
-