Uses of Class
com.oracle.bmc.opensearch.responses.CreateOpensearchClusterPipelineResponse
-
Packages that use CreateOpensearchClusterPipelineResponse Package Description com.oracle.bmc.opensearch com.oracle.bmc.opensearch.responses -
-
Uses of CreateOpensearchClusterPipelineResponse in com.oracle.bmc.opensearch
Methods in com.oracle.bmc.opensearch that return CreateOpensearchClusterPipelineResponse Modifier and Type Method Description CreateOpensearchClusterPipelineResponse
OpensearchClusterPipeline. createOpensearchClusterPipeline(CreateOpensearchClusterPipelineRequest request)
Creates a new OpensearchCluster Pipeline.CreateOpensearchClusterPipelineResponse
OpensearchClusterPipelineClient. createOpensearchClusterPipeline(CreateOpensearchClusterPipelineRequest request)
Methods in com.oracle.bmc.opensearch that return types with arguments of type CreateOpensearchClusterPipelineResponse Modifier and Type Method Description Future<CreateOpensearchClusterPipelineResponse>
OpensearchClusterPipelineAsync. createOpensearchClusterPipeline(CreateOpensearchClusterPipelineRequest request, AsyncHandler<CreateOpensearchClusterPipelineRequest,CreateOpensearchClusterPipelineResponse> handler)
Creates a new OpensearchCluster Pipeline.Future<CreateOpensearchClusterPipelineResponse>
OpensearchClusterPipelineAsyncClient. createOpensearchClusterPipeline(CreateOpensearchClusterPipelineRequest request, AsyncHandler<CreateOpensearchClusterPipelineRequest,CreateOpensearchClusterPipelineResponse> handler)
Method parameters in com.oracle.bmc.opensearch with type arguments of type CreateOpensearchClusterPipelineResponse Modifier and Type Method Description Future<CreateOpensearchClusterPipelineResponse>
OpensearchClusterPipelineAsync. createOpensearchClusterPipeline(CreateOpensearchClusterPipelineRequest request, AsyncHandler<CreateOpensearchClusterPipelineRequest,CreateOpensearchClusterPipelineResponse> handler)
Creates a new OpensearchCluster Pipeline.Future<CreateOpensearchClusterPipelineResponse>
OpensearchClusterPipelineAsyncClient. createOpensearchClusterPipeline(CreateOpensearchClusterPipelineRequest request, AsyncHandler<CreateOpensearchClusterPipelineRequest,CreateOpensearchClusterPipelineResponse> handler)
-
Uses of CreateOpensearchClusterPipelineResponse in com.oracle.bmc.opensearch.responses
Methods in com.oracle.bmc.opensearch.responses that return CreateOpensearchClusterPipelineResponse Modifier and Type Method Description CreateOpensearchClusterPipelineResponse
CreateOpensearchClusterPipelineResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.opensearch.responses with parameters of type CreateOpensearchClusterPipelineResponse Modifier and Type Method Description CreateOpensearchClusterPipelineResponse.Builder
CreateOpensearchClusterPipelineResponse.Builder. copy(CreateOpensearchClusterPipelineResponse o)
Copy method to populate the builder with values from the given instance.
-