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.modelMethods in com.oracle.bmc.opensearch.model that return ReverseConnectionEndpoint Modifier and Type Method Description ReverseConnectionEndpointReverseConnectionEndpoint.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.BuilderReverseConnectionEndpoint.Builder. copy(ReverseConnectionEndpoint model)Method parameters in com.oracle.bmc.opensearch.model with type arguments of type ReverseConnectionEndpoint Modifier and Type Method Description OpensearchCluster.BuilderOpensearchCluster.Builder. reverseConnectionEndpoints(List<ReverseConnectionEndpoint> reverseConnectionEndpoints)The list of reverse connection endpoints.
 
-