Uses of Class
com.oracle.bmc.opensearch.responses.ConfigureOutboundClusterResponse
-
Packages that use ConfigureOutboundClusterResponse Package Description com.oracle.bmc.opensearch com.oracle.bmc.opensearch.responses -
-
Uses of ConfigureOutboundClusterResponse in com.oracle.bmc.opensearch
Methods in com.oracle.bmc.opensearch that return ConfigureOutboundClusterResponse Modifier and Type Method Description ConfigureOutboundClusterResponse
OpensearchCluster. configureOutboundCluster(ConfigureOutboundClusterRequest request)
Configure Outbound cluster for cross-cluster operationsConfigureOutboundClusterResponse
OpensearchClusterClient. configureOutboundCluster(ConfigureOutboundClusterRequest request)
Methods in com.oracle.bmc.opensearch that return types with arguments of type ConfigureOutboundClusterResponse Modifier and Type Method Description Future<ConfigureOutboundClusterResponse>
OpensearchClusterAsync. configureOutboundCluster(ConfigureOutboundClusterRequest request, AsyncHandler<ConfigureOutboundClusterRequest,ConfigureOutboundClusterResponse> handler)
Configure Outbound cluster for cross-cluster operationsFuture<ConfigureOutboundClusterResponse>
OpensearchClusterAsyncClient. configureOutboundCluster(ConfigureOutboundClusterRequest request, AsyncHandler<ConfigureOutboundClusterRequest,ConfigureOutboundClusterResponse> handler)
Method parameters in com.oracle.bmc.opensearch with type arguments of type ConfigureOutboundClusterResponse Modifier and Type Method Description Future<ConfigureOutboundClusterResponse>
OpensearchClusterAsync. configureOutboundCluster(ConfigureOutboundClusterRequest request, AsyncHandler<ConfigureOutboundClusterRequest,ConfigureOutboundClusterResponse> handler)
Configure Outbound cluster for cross-cluster operationsFuture<ConfigureOutboundClusterResponse>
OpensearchClusterAsyncClient. configureOutboundCluster(ConfigureOutboundClusterRequest request, AsyncHandler<ConfigureOutboundClusterRequest,ConfigureOutboundClusterResponse> handler)
-
Uses of ConfigureOutboundClusterResponse in com.oracle.bmc.opensearch.responses
Methods in com.oracle.bmc.opensearch.responses that return ConfigureOutboundClusterResponse Modifier and Type Method Description ConfigureOutboundClusterResponse
ConfigureOutboundClusterResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.opensearch.responses with parameters of type ConfigureOutboundClusterResponse Modifier and Type Method Description ConfigureOutboundClusterResponse.Builder
ConfigureOutboundClusterResponse.Builder. copy(ConfigureOutboundClusterResponse o)
Copy method to populate the builder with values from the given instance.
-