Uses of Class
com.oracle.bmc.opensearch.requests.ConfigureOutboundClusterRequest
-
Packages that use ConfigureOutboundClusterRequest Package Description com.oracle.bmc.opensearch com.oracle.bmc.opensearch.requests -
-
Uses of ConfigureOutboundClusterRequest in com.oracle.bmc.opensearch
Methods in com.oracle.bmc.opensearch with parameters of type ConfigureOutboundClusterRequest Modifier and Type Method Description ConfigureOutboundClusterResponse
OpensearchCluster. configureOutboundCluster(ConfigureOutboundClusterRequest request)
Configure Outbound cluster for cross-cluster operationsFuture<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)
ConfigureOutboundClusterResponse
OpensearchClusterClient. configureOutboundCluster(ConfigureOutboundClusterRequest request)
Method parameters in com.oracle.bmc.opensearch with type arguments of type ConfigureOutboundClusterRequest 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 ConfigureOutboundClusterRequest in com.oracle.bmc.opensearch.requests
Methods in com.oracle.bmc.opensearch.requests that return ConfigureOutboundClusterRequest Modifier and Type Method Description ConfigureOutboundClusterRequest
ConfigureOutboundClusterRequest.Builder. build()
Build the instance of ConfigureOutboundClusterRequest as configured by this builderConfigureOutboundClusterRequest
ConfigureOutboundClusterRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ConfigureOutboundClusterRequest as configured by this builderMethods in com.oracle.bmc.opensearch.requests with parameters of type ConfigureOutboundClusterRequest Modifier and Type Method Description ConfigureOutboundClusterRequest.Builder
ConfigureOutboundClusterRequest.Builder. copy(ConfigureOutboundClusterRequest o)
Copy method to populate the builder with values from the given instance.
-