Class DeleteGeoipDatabaseRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ingest.DeleteGeoipDatabaseRequest
Delete GeoIP database configurations.
 
Delete one or more IP geolocation database configurations.
- See Also:
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBaseRequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionEndpoint "ingest.delete_geoip_database".
- 
Method SummaryModifier and TypeMethodDescriptionid()Required - A comma-separated list of geoip database configurations to deletefinal TimeThe period to wait for a connection to the master node.static DeleteGeoipDatabaseRequestfinal Timetimeout()The period to wait for a response.Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBasetoString
- 
Field Details- 
_ENDPOINTpublic static final Endpoint<DeleteGeoipDatabaseRequest,DeleteGeoipDatabaseResponse, _ENDPOINTErrorResponse> Endpoint "ingest.delete_geoip_database".
 
- 
- 
Method Details- 
ofpublic static DeleteGeoipDatabaseRequest of(Function<DeleteGeoipDatabaseRequest.Builder, ObjectBuilder<DeleteGeoipDatabaseRequest>> fn) 
- 
idRequired - A comma-separated list of geoip database configurations to deleteAPI name: id
- 
masterTimeoutThe period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.API name: master_timeout
- 
timeoutThe period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.API name: timeout
 
-