public class GetIndexAction extends Action<GetIndexRequest,GetIndexResponse,GetIndexRequestBuilder>
| Modifier and Type | Field and Description |
|---|---|
static GetIndexAction |
INSTANCE |
static java.lang.String |
NAME |
| Modifier and Type | Method and Description |
|---|---|
GetIndexRequestBuilder |
newRequestBuilder(ElasticsearchClient client)
Creates a new request builder given the client provided as argument
|
GetIndexResponse |
newResponse()
Creates a new response instance.
|
equals, hashCode, name, transportOptionspublic static final GetIndexAction INSTANCE
public static final java.lang.String NAME
public GetIndexRequestBuilder newRequestBuilder(ElasticsearchClient client)
ActionnewRequestBuilder in class Action<GetIndexRequest,GetIndexResponse,GetIndexRequestBuilder>public GetIndexResponse newResponse()
GenericActionnewResponse in class GenericAction<GetIndexRequest,GetIndexResponse>